|
|
#1216 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,372
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: 83,751
Karma: 153649587
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,372
Karma: 95902893
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Quote:
|
|
|
|
|
|
|
#1220 |
|
Junior Member
![]() Posts: 1
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,372
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. |
|
|
|
|
![]() |
|
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 |