Quote:
Originally Posted by adamYUKI
Hi @jhowell - thank you so much for a great plug-in! I've been able to convert most everything flawlessly, but just this morning I got this error when converting a book from epub to kfx:
From the very long error log, a few snippets:
Kindle Previewer error: Error:E00826: Indent value for list is either greater than 5 em or less than 0.5 em.", "level": "error", "det_msg": ""}
ET Error: Indent value for list is either greater than 5 em or less than 0.5 em.
Source File: ..\text\part0012_split_015.html (Line 12)
Recommended Fix: To ensure that content is rendered correctly across platforms, the accepted range for list indents is 0.5 em to 5 em. Change the code to provide values within this range.
Any advice on how I can proceed? Thank you in advance for your help with this! 
|
The Kindle Previewer used by this plugin for KFX conversion has strict, mostly undocumented, requirements for formatting allowed in the book to be converted.
If you have good knowledge of HTML/CSS you may be able to fix the problem by editing the source file you are trying to convert using the calibre editor. This will take some trial and error. You would have to examine and modify the styles related to lists to prevent that particular error.
If not then you could try converting first to an e-book format that has simpler HTML coding, such as MOBI, and then converting the result to KFX. This will cause some loss of the book's original formatting, but may allow conversion to complete.
If that does not work then I recommend converting to and using AZW3 format for that book. Some books cannot be converted to KFX format.