Quote:
Originally Posted by AcidWeb
Experiments with page-spread-* crash KFXGenApp. Syntax is 100% correct and consistent with Amazon Kindle Publishing Guidelines. It definitely looks like textbook example of NotImplementedError :-)
Exception: Kindle Previewer error: Error(YJEpubAdapter):E00215: "Manga with panels is not supported ";
|
I have done some more testing with the latest Previewer version and have been able to eliminate that error in some cases by adding either one of the following to the OPF before conversion:
Code:
<meta property="rendition:orientation">portrait</meta>
<meta name="orientation-lock" content="portrait"/>
Leaving these at the default value results in the failure mentioned above.