Quote:
Originally Posted by innocenat
Got a (copyrighted) EPUB. Opening that file in Kindle Previewer 3 directly cause no problem, but conversion in calibre failed with this weird error:
E21018: Enhanced Mobi building failure, while parsing content in the file. Content: <data-AmznRemoved> in file: OEBPS\text\cover.xhtml line: 4294967295
|
Thanks for providing the file that demonstrates the problem. I was able to determine that the error is triggered by a <title> element inside of an <svg> image being given a style with display:none. For some unknown reason calibre is adding that unnecessary styling during the first step of conversion for this EPUB.
The next release of this plugin will remove that style before passing the EPUB to the Kindle Previewer so that conversion can complete successfully.