Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 08-18-2025, 02:43 PM   #1681
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,109
Karma: 92190133
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by toadclones View Post
The page list works properly in the calibre reader but not on my kindle after the KFX conversion. I see here you say that it should work, but that was back in 2022. Does it still work? or are these pages not configured properly?
Because Amazon's Kindle Previewer uses EPUB as its source format the KFX Output plugin converts whatever input format you supply to EPUB before passing it to the Previewer. That process is done using code that is part of calibre itself, not this plugin.

If you take your scrambled.epub file and use calibre to convert it from EPUB to EPUB (with the default output option of version 2) you will find that the page numbers list is stripped from the book. Since that is what is happening as the first step in conversion to KFX the page numbers will be missing from the converted book.

I don't know why calibre is stripping the page number list in EPUB-to-EPUB conversion. It seems to be a bug. If you want to pursue that further you can open a calibre bug report based on the results obtained when doing EPUB-TO-EPUB conversion of your book.

Also, if do an EPUB-to-EPUB conversion of that book and choose EPUB version 3 as the output format the result will retain the page number list, but many of the links become broken in that case. That appears to be caused by a different calibre conversion bug.

If you want to bypass this problem and convert your book with page numbers intact I suggest that you use the plugin's Command Line Interface (CLI), documented in the first post of this thread. Using that bypasses calibre's conversion software and its page list related bugs.
jhowell is offline   Reply With Quote
Old 08-18-2025, 11:16 PM   #1682
toadclones
Junior Member
toadclones began at the beginning.
 
Posts: 9
Karma: 42
Join Date: Dec 2023
Device: Kindle(11th gen)
Quote:
Originally Posted by jhowell View Post
I don't know why calibre is stripping the page number list in EPUB-to-EPUB conversion. It seems to be a bug. If you want to pursue that further you can open a calibre bug report based on the results obtained when doing EPUB-TO-EPUB conversion of your book.
It's weird, even if you add the nav.xhtml to the spine calibre will still remove the properties="nav" from the nav entry in the manifest so the plugin doesn't see it.

In any case, using the CLI worked perfectly. Thanks for the help!
toadclones is offline   Reply With Quote
Old 08-21-2025, 12:52 PM   #1683
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,959
Karma: 27060153
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Nothing to do with the plugin, but having this issue with Kindle Previewer and do not know how to fix this:

Code:
E34002: Please specify the Original-resolution metadata value in the format WIDTH x HEIGHT.
This is with a fixed layout ePub, with 'positioned text'. It passes ePubCheck without errors or warnings (following 2 small edits).

Trying to convert to AZW3, either with Kindle Previewer or maybe Send to Kindle to see how it turns out. Though in the end Apple Books will be a better reading experience for these.
tomsem is online now   Reply With Quote
Old 08-21-2025, 01:16 PM   #1684
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,109
Karma: 92190133
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by tomsem View Post
Nothing to do with the plugin, but having this issue with Kindle Previewer and do not know how to fix this:

E34002: Please specify the Original-resolution metadata value in the format WIDTH x HEIGHT.
From the Amazon Kindle Publishing Guidelines version 2025.1 section 13 (Creating Fixed-Layout Books Without Pop-Ups):

Quote:
<meta name="original-resolution" content="1024x600"/>

Required. Identifies the original design resolution of the content (“1024x600” is only an example). The pixel dimensions can have any positive integer value. These values must be in proportion to the overall aspect ratio of the original content.
That needs to be present in the OPF of the EPUB.
jhowell is offline   Reply With Quote
Old Yesterday, 01:10 AM   #1685
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,959
Karma: 27060153
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by jhowell View Post
From the Amazon Kindle Publishing Guidelines version 2025.1 section 13 (Creating Fixed-Layout Books Without Pop-Ups):



That needs to be present in the OPF of the EPUB.
Thanks much!
tomsem is online now   Reply With Quote
Reply

Tags
kfx, linux, wine


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Conversion Output] KePub Output Plugin jgoguen Plugins 588 03-28-2025 02:26 PM
Conversion output plugins? jgoguen Development 14 08-10-2013 11:19 AM
Output file name after conversion dbellefuil Calibre 2 06-14-2013 04:40 PM
catalogue builder output columns are not in the same order in the output KWhytte Library Management 5 12-04-2012 02:03 AM
Conversion output folders TechieLady Conversion 6 01-19-2012 02:49 AM


All times are GMT -4. The time now is 12:58 PM.


MobileRead.com is a privately owned, operated and funded community.