|
|
#1216 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,383
Karma: 95902893
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Version 2.33.0 - 20 May 2026
Handle new variant of KFX comic format. (Fixes "BookPart filename xxx is not unique") |
|
|
|
|
|
#1217 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: May 2026
Device: Kindle, Pocketbook P741, Android
|
KFX is now being transferred from the device as a KFX ZIP file again.
I suspect a new KFX version. I'm using Calibre 9.8, DeDRM 10.0.9, KFX Input 2.33.0 & the serial number is stored The error is: Conversion not possible This book is locked by DRM |
|
|
|
|
|
#1218 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 84,063
Karma: 153695583
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Your Kindle was updated by Amazon to change the DRM used by KFX.
|
|
|
|
|
|
#1219 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,383
Karma: 95902893
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Quote:
|
|
|
|
|
|
|
#1220 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jun 2026
Device: none
|
When I open an EPUB converted from KFX using Sigil, the following warning pops up:
"Warning: This EPUB had HTML files that were not well formed or are missing a DOCTYPE, html, head or body elements." I noticed that the XHTML files are missing the modern web standard <!DOCTYPE html>. In kfxlib/epub_output.py, around lines 550 to 570, near the end of the save_book_parts function, the original code is: Original code: Code:
if not self.generate_epub2:
html_str = html_str.replace(doctype + b"\n", b"")
Suggested modification: Code:
if not self.generate_epub2:
html_str = html_str.replace(doctype + b"\n", b"<!DOCTYPE html>\n")
Additionally, I would like to know what the reason is for setting PLACE_FILES_IN_SUBDIRS = False to disable the categorized resource folder structure? |
|
|
|
|
|
#1221 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,383
Karma: 95902893
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Quote:
There were occasional problems with the linkages between files for some books when they were placed in separate folders. Since there is no technical advantage to separating them it was easiest to resolve that by just keeping them together. |
|
|
|
|
|
|
#1222 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Aug 2024
Location: Japan
Device: Kindle (2024), Kindle Voyage & Kindle for Windows
|
We were able to download almost all books published before April 23, 2025 as AZW3 files using the old version of "Kindle for PC" in Japan.
I recently downloaded a comic book as AZW3 and then downloaded the same title again as KFX using the new Kindle app. I converted the AZW3 file to EPUB with "KindleUnpack" and the KFX file to EPUB with "From KFX". I compared the two "content.opf" files. In the AZW3 version, the cover page has the property "page-spread-center", but this property is missing in the KFX version. Is it impossible to retrieve this information from KFX? I uploaded two files. |
|
|
|
|
|
#1223 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,383
Karma: 95902893
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Quote:
There is an option to have this plugin add it during conversion to EPUB. See the section "Plugin Tweaks" under "Configuration" in the first post of this thread for more information. |
|
|
|
|
|
|
#1224 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Aug 2024
Location: Japan
Device: Kindle (2024), Kindle Voyage & Kindle for Windows
|
Thank you for your reply.
"page-spread-center" was added. |
|
|
|
|
|
#1225 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Aug 2024
Location: Japan
Device: Kindle (2024), Kindle Voyage & Kindle for Windows
|
May I ask you a question?
Does the Kindle app treat the cover page as centered by default, even without the page-spread-center property? And is that why Amazon doesn't include it in KFX? |
|
|
|
|
|
#1226 |
|
PC Dev
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 92
Karma: 583330
Join Date: Sep 2024
Device: Kindle Paperwhite (11th Gen), Lenovo Tab M10 (3rd Gen)
|
its definitely not needed. even if there are epub readers that dont center it, they (should) always display the first page alone (next to a blank page if not centered)
|
|
|
|
|
|
#1227 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Aug 2024
Location: Japan
Device: Kindle (2024), Kindle Voyage & Kindle for Windows
|
I understand that an EPUB produced from an AZW3 file is generally close to the publisher's original data.
As I wrote earlier, I noticed that the EPUB converted from the AZW3 edition of the same book contains the page-spread-center property. I'm curious why this property does not appear in KFX. For EPUB files, some reading systems do not center the cover page when page-spread-center is not specified. |
|
|
|
|
|
#1228 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,383
Karma: 95902893
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Quote:
Amazon's KFX format is only loosely based on EPUB and HTML. It has its own unique way of representing double page spreads which is not an exact equivalent of the EPUB page-spread properties. Basically in a KFX comic, a "section" has either two pages (rendered either left-and-right or right-and-left based on the page progression direction) or a single page (rendered centered). The related properties that appear in the converted EPUB are added by this plugin. Upon reflection it appears that it would be best to always add "rendition:page-spread-center" in the single page case to better match how Kindles display them. I will change this in the next plugin release. |
|
|
|
|
|
|
#1229 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Aug 2024
Location: Japan
Device: Kindle (2024), Kindle Voyage & Kindle for Windows
|
Thank you for your explanation.
Adding "rendition:page-spread-center" without using "Plugin Tweaks" would be beneficial for EPUB readers. Last edited by theducks; 06-23-2026 at 09:56 PM. Reason: Character corruption |
|
|
|
|
|
#1230 |
|
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Aug 2024
Location: Japan
Device: Kindle (2024), Kindle Voyage & Kindle for Windows
|
I tried to correct the above corrupted character but failed to do it.
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| KFX conversion, transfer back to library issue. | shoelesshunter | Conversion | 12 | 09-22-2025 09:49 AM |
| [Conversion Input] Microsoft Doc Input Plugin | igi | Plugins | 77 | 03-08-2025 04:04 AM |
| [Conversion Input] LaTeX Formulas Input Conversion Plugin | sevyls | Plugins | 0 | 03-23-2015 05:52 AM |
| [Input Plugin] DOCX Input | SauliusP. | Plugins | 42 | 06-05-2013 04:01 AM |
| Looking For MHT Input Conversion Plugin | FlooseMan Dave | Plugins | 4 | 03-30-2010 05:52 PM |