View Single Post
Old Yesterday, 11:25 PM   #3
dcbrow2
Junior Member
dcbrow2 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2026
Device: ipad mini
Hi,

Thanks for the response. I am still having this issue. I have attached an epub file I tried to convert. I also uploaded a screenshot of the gui showing kepub output options. I tried to attach the kepub output but I got a message saying invalid file (it's not). I tried it both from the Gui and using the command line you provided. FWIW, I am running on a Mac and using the latest version (9.11). All plugins are current as well.

Here is the HTML in the output kepub from the titlepage.xhtml:
Spoiler:


<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="en">
<head>
<meta name="calibre:cover" content="true"/>
<title>Cover</title>
<style type="text/css" title="override_css">
@page {padding: 0pt; margin:0pt}
body { text-align: center; padding:0pt; margin: 0pt; }
</style>





</head>
<body><div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 1400 2100" preserveAspectRatio="xMidYMid meet">
<image width="1400" height="2100" xlink:href="cover.jpeg"/>
</svg>
</div>
</body>
</html>

Here is the log from calibre:

Convert book 1 of 1 (Can You Forgive Her?)
DeDRM v10.0.18: Trying to decrypt _vj7u4m_.epub
DeDRM v10.0.18: Verifying zip archive integrity
DeDRM v10.0.18: Post-processing took 0.0 seconds
DeDRM v10.0.18: Post-processing didn't do anything on DRM-free EPUB, returning original file
DeDRM v10.0.18: Finished after 0.2 seconds
Conversion options changed from defaults:
read_metadata_from_opf: '/var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/wkpfvqev.opf'
change_justification: 'justify'
verbose: 2
cover: '/var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/4px2zmmu.jpeg'
base_font_size: 12.0
kepub_affect_hyphenation: True
output_profile: 'ipad3'
page_breaks_before: "//*[name()='h1' or name()='h2']"
Resolved conversion options
calibre version: 9.11.0
{'add_alt_text_to_img': False,
'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 12.0,
'book_producer': None,
'change_justification': 'justify',
'chapter': "//*[((name()='h1' or name()='h2') and re:test(., "
"'\\s*((chapter|book|section|part)\\s+)|((prolog|p rologue|epilogue)(\\s+|$))', "
"'i')) or @class = 'chapter']",
'chapter_mark': 'pagebreak',
'comments': None,
'cover': '/var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/4px2zmmu.jpeg',
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_split_on_page_breaks': False,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': '',
'fix_indents': True,
'flow_size': 512,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x11429acf0>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'kepub_affect_hyphenation': True,
'kepub_disable_hyphenation': False,
'kepub_hyphenation_limit_lines': 2,
'kepub_hyphenation_min_chars': 6,
'kepub_hyphenation_min_chars_after': 3,
'kepub_hyphenation_min_chars_before': 3,
'kepub_max_image_size': 'none',
'kepub_prefer_justification': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0.0,
'linearize_tables': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'no_chapters_in_toc': False,
'no_inline_navbars': False,
'output_profile': <calibre.customize.profiles.iPad3Output object at 0x114290c20>,
'page_breaks_before': "//*[name()='h1' or name()='h2']",
'prefer_metadata_cover': False,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': '/var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/wkpfvqev.opf',
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'search_replace': '[]',
'series': None,
'series_index': None,
'smarten_punctuation': False,
'sr1_replace': None,
'sr1_search': None,
'sr2_replace': None,
'sr2_search': None,
'sr3_replace': None,
'sr3_search': None,
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'transform_css_rules': '[]',
'transform_html_rules': '[]',
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
DeDRM v10.0.18: Trying to decrypt _vj7u4m_.epub
DeDRM v10.0.18: Verifying zip archive integrity
DeDRM v10.0.18: Post-processing took 0.0 seconds
DeDRM v10.0.18: Post-processing didn't do anything on DRM-free EPUB, returning original file
DeDRM v10.0.18: Finished after 0.1 seconds
InputFormatPlugin: EPUB Input running
on /var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/_vj7u4m_.epub
Parsing all content...
Parsing epub/text/chapter-32.xhtml ...
Parsing epub/text/chapter-64.xhtml ...
Parsing epub/css/se.css ...
Parsing epub/text/chapter-35.xhtml ...
Parsing epub/text/chapter-67.xhtml ...
Parsing epub/text/chapter-38.xhtml ...
Parsing epub/text/chapter-70.xhtml ...
Parsing epub/text/chapter-41.xhtml ...
Parsing epub/text/chapter-73.xhtml ...
Parsing epub/text/chapter-44.xhtml ...
Parsing epub/text/chapter-75.xhtml ...
Parsing epub/css/core.css ...
CSSStylesheet: Unknown @rule found. [225:1: @supports]
Parsing epub/text/chapter-4.xhtml ...
Parsing epub/text/chapter-14.xhtml ...
Parsing epub/text/chapter-47.xhtml ...
Parsing epub/text/chapter-6.xhtml ...
Parsing epub/text/chapter-18.xhtml ...
Parsing epub/text/chapter-50.xhtml ...
Parsing epub/text/chapter-78.xhtml ...
Parsing epub/text/chapter-21.xhtml ...
Parsing epub/text/chapter-53.xhtml ...
Parsing epub/text/colophon.xhtml ...
Parsing epub/text/chapter-24.xhtml ...
Parsing epub/text/chapter-56.xhtml ...
Parsing epub/text/titlepage.xhtml ...
Parsing epub/text/chapter-10.xhtml ...
Parsing epub/text/chapter-27.xhtml ...
Parsing epub/text/chapter-59.xhtml ...
Parsing epub/text/chapter-1.xhtml ...
Parsing epub/text/chapter-30.xhtml ...
Parsing epub/text/chapter-62.xhtml ...
Parsing epub/text/chapter-33.xhtml ...
Parsing epub/text/chapter-65.xhtml ...
Parsing epub/text/chapter-36.xhtml ...
Parsing epub/text/chapter-68.xhtml ...
Parsing epub/css/local.css ...
Parsing epub/text/chapter-39.xhtml ...
Parsing epub/text/chapter-71.xhtml ...
Parsing epub/text/chapter-42.xhtml ...
Parsing epub/text/chapter-74.xhtml ...
Parsing epub/text/chapter-76.xhtml ...
Parsing epub/text/chapter-45.xhtml ...
Parsing epub/text/chapter-16.xhtml ...
Parsing epub/text/chapter-48.xhtml ...
Parsing epub/text/chapter-19.xhtml ...
Parsing epub/text/chapter-51.xhtml ...
Parsing epub/text/chapter-79.xhtml ...
Parsing epub/text/chapter-12.xhtml ...
Parsing epub/text/chapter-22.xhtml ...
Parsing epub/text/chapter-54.xhtml ...
Parsing epub/text/endnotes.xhtml ...
Parsing epub/text/chapter-25.xhtml ...
Parsing epub/text/chapter-57.xhtml ...
Parsing epub/text/uncopyright.xhtml ...
Parsing epub/text/chapter-9.xhtml ...
Parsing epub/text/chapter-28.xhtml ...
Parsing epub/text/chapter-60.xhtml ...
Parsing epub/text/chapter-63.xhtml ...
Parsing epub/text/chapter-3.xhtml ...
Parsing epub/text/chapter-5.xhtml ...
Parsing epub/text/chapter-31.xhtml ...
Parsing epub/text/chapter-34.xhtml ...
Parsing epub/text/chapter-66.xhtml ...
Parsing epub/text/chapter-37.xhtml ...
Parsing epub/text/chapter-69.xhtml ...
Parsing epub/text/chapter-40.xhtml ...
Parsing epub/text/chapter-72.xhtml ...
Parsing epub/text/chapter-7.xhtml ...
Parsing epub/text/chapter-11.xhtml ...
Parsing epub/text/chapter-43.xhtml ...
Parsing epub/text/chapter-46.xhtml ...
Parsing epub/text/chapter-2.xhtml ...
Parsing epub/text/chapter-15.xhtml ...
Parsing epub/text/chapter-17.xhtml ...
Parsing epub/text/chapter-49.xhtml ...
Parsing epub/text/chapter-77.xhtml ...
Parsing epub/text/chapter-13.xhtml ...
Parsing epub/text/chapter-20.xhtml ...
Parsing epub/text/chapter-52.xhtml ...
Parsing epub/text/chapter-80.xhtml ...
Parsing epub/text/chapter-55.xhtml ...
Parsing epub/text/chapter-23.xhtml ...
Parsing epub/text/imprint.xhtml ...
Parsing epub/text/chapter-26.xhtml ...
Parsing epub/text/chapter-58.xhtml ...
Parsing epub/toc.xhtml ...
Parsing epub/text/chapter-8.xhtml ...
Parsing epub/text/chapter-29.xhtml ...
Parsing epub/text/chapter-61.xhtml ...
Reading TOC from NCX...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Source base font size is 12.00000pt
Removing fake margins...
Found 5481 items of level: p_2
Found 147 items of level: p_3
Found 30 items of level: p_4
p_2 left margin stats: Counter({'0': 5469, 'auto': 8, '': 4})
p_2 right margin stats: Counter({'0': 5469, 'auto': 8, '': 4})
p_3 left margin stats: Counter({'0': 146, 'auto': 1})
p_3 right margin stats: Counter({'0': 146, 'auto': 1})
p_4 left margin stats: Counter({'0': 30})
p_4 right margin stats: Counter({'0': 30})
Cleaning up manifest...
Trimming unused files from manifest...
Trimming 'epub/toc.xhtml' from manifest
Creating KEPUB Output...
Splitting markup on page breaks and flow limits, if any...
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-32.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-64.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-35.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-67.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-38.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-70.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-41.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-73.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-44.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-75.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-4.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-14.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-47.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-6.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-18.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-50.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-78.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-21.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-53.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/colophon.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-24.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-56.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/titlepage.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-10.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-27.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-59.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-1.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-30.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-62.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-33.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-65.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-36.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-68.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-39.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-71.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-42.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-74.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-76.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-45.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-16.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-48.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-19.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-51.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-79.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-12.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-22.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-54.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/endnotes.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-25.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-57.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/uncopyright.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-9.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-28.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-60.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-63.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-3.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-5.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-31.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-34.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-66.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-37.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-69.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-40.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-72.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-7.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-11.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-43.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-46.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-2.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-15.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-17.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-49.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-77.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-13.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-20.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-52.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-80.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-55.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-23.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/imprint.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-26.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-58.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-8.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-29.xhtml...
No large trees found
Splitting on page-break at id=calibre_pb_0
Adjusted split point to ancestor
Looking for large trees in epub/text/chapter-61.xhtml...
No large trees found
Upgrading to EPUB 3...
Adding Kobo markup...
KEPUB output written to /var/folders/69/s4yy7jp127b3s5wf6lh1_d600000gn/C/calibre-hpf9qs26/usvn7dbr.kepub


Is there some preference I need to change? Perhaps some plugin is breaking something? I don't have a lot of plugins installed. I do have DeDRM.

Thanks again for any help.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2026-07-27 at 8.06.54 PM.png
Views:	10
Size:	364.1 KB
ID:	224713  
Attached Files
File Type: epub Can You Forgive Her_ - Anthony Trollope.epub (1.03 MB, 8 views)

Last edited by theducks; Yesterday at 11:42 PM. Reason: spoilered LOG s
dcbrow2 is offline   Reply With Quote