Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 07-08-2023, 11:45 AM   #1
Tenome
Enthusiast
Tenome began at the beginning.
 
Posts: 49
Karma: 26
Join Date: Jan 2022
Device: none
CBZ (ZIP) to PDF error.

I have a zip (cbz when added to Calibre) full of jpgs and pngs, but I'm getting an error when I try to convert to PDF. Any idea what might be wrong? The suspect seems to be libpng error: IE[9B][D2]: invalid chunk type.

Calibre 6.18.1, Windows 10.

Code:
calibre, version 6.18.1 (win32, embedded-python: True)
Conversion error: Failed: Convert book 1 of 1 (けんぷファー 第03巻)

Convert book 1 of 1 (けんぷファー 第03巻)
Conversion options changed from defaults:
  dont_add_comic_pages_to_toc: True
  preserve_cover_aspect_ratio: True
  pdf_serif_family: 'Arial'
  max_toc_links: 0
  pdf_mono_family: 'Courier New'
  read_metadata_from_opf: 'D:\\CALIBRE_TEMP_DIR\\calibre_vmiecxuy\\t7t524pm.opf'
  output_profile: 'tablet'
  extra_css: '@charset  "utf-8";\n@namespace  epub "http://www.idpf.org/2007/ops";\nbody {\n  font-variant-numeric: oldstyle-nums;\n  hyphens: auto;\n  adobe-hyphenate: auto;\n  -webkit-hyphens: auto;\n  -moz-hyphens: auto;\n  -epub-hyphens: auto;\n}\n\np {\n  margin-top: 0;\n  margin-right: 0;\n  margin-bottom: 0;\n  margin-left: 0;\n  text-indent: 1em;\n}\n\nspan.dropcap\n{\nfont-size: 1.75em;\n}\n\n.noindent\n{\ntext-indent: 0em;\n}\n\nh2,h3,hgroup {\n  font-variant: small-caps;\n  hyphens: none;\n  adobe-text-layout: optimizeSpeed;\n/* For Nook */\n  adobe-hyphenate: none;\n  -webkit-hyphens: none;\n  -moz-hyphens: none;\n  -epub-hyphens: none;\n  break-after: avoid;\n  page-break-after: avoid;\n  break-inside: avoid;\n  page-break-inside: avoid;\n  text-align: center;\n  margin-top: 3em;\n  margin-right: 0;\n  margin-bottom: 3em;\n  margin-left: 0;\n}\n\nhgroup > * {\n  font-weight: normal;\n  margin-top: 0;\n  margin-right: 0;\n  margin-bottom: 0;\n  margin-left: 0;\n}\n\nhgroup > .first-child,hgroup > :first-child {\n  font-weight: bold;\n}\n\nhgroup + p,p:first-child {\n  hanging-punctuation: first last;\n  text-indent: 0;\n}\n\nstrong {\n  font-variant: small-caps;\n  font-weight: normal;\n}\n\ni > i {\n  font-style: normal;\n}\n\n.fn_ref {\n  vertical-align: super;\n  font-size: 0.7em;\n  line-height: 100%  !important;\n}\n\n.footnote {\n  text-indent: 0em;\n  font-size: 0.7em;\n}\n\n.footnote1 {\n  text-indent: 0em;\n  font-size: 0.7em;\n  page-break-before: always;\n}\n\n/* Invert images in dark mode. RMSDK requires a target media as well as a state. */\n@media all and (prefers-color-scheme: dark) {\n\n}\n\n/* For legacy reading systems */\nsection {\n  display: block;\n}\n\n/* Epub2 compatibility CSS */\n/* Give PNGs a white background for night mode compatibility... */\n/* Except our house PNGs, which were rendered from SVGs with a white stroke... */\n/* Or if the device supports prefers-color-scheme. We’ll invert the image in core.css. RMSDK requires a target media as well as a state. */\n@media all and (prefers-color-scheme) {\n\n}\n\n/* Vertical align any MathML images we might have */\n/* As of 2020-09 hanging punctuation only works on iBooks. However, when it hangs over the page margin, it\'s\n   not rendered. So here we simply remove it for iBooks, unless it\'s on an element that already has a margin\n   like <blockquote> */'
  no_chapters_in_toc: True
  no_process: True
  filter_css: ',font-family'
  smarten_punctuation: True
  chapter_mark: 'none'
  verbose: 2
  cover: 'D:\\CALIBRE_TEMP_DIR\\calibre_vmiecxuy\\god82x32.jpeg'
Resolved conversion options
calibre version: 6.18.1
{'asciiize': False,
 'author_sort': None,
 'authors': None,
 'base_font_size': 0.0,
 'book_producer': None,
 'change_justification': 'left',
 'chapter': None,
 'chapter_mark': 'none',
 'colors': 0,
 'comic_image_size': None,
 'comments': None,
 'cover': 'D:\\CALIBRE_TEMP_DIR\\calibre_vmiecxuy\\god82x32.jpeg',
 'custom_size': None,
 'debug_pipeline': None,
 'dehyphenate': True,
 'delete_blank_paragraphs': True,
 'despeckle': False,
 'disable_font_rescaling': True,
 'disable_trim': False,
 'dont_add_comic_pages_to_toc': True,
 'dont_grayscale': False,
 'dont_normalize': False,
 'dont_sharpen': False,
 'duplicate_links_in_toc': False,
 'embed_all_fonts': False,
 'embed_font_family': None,
 'enable_heuristics': False,
 'expand_css': False,
 'extra_css': '@charset  "utf-8";\n'
              '@namespace  epub "http://www.idpf.org/2007/ops";\n'
              'body {\n'
              '  font-variant-numeric: oldstyle-nums;\n'
              '  hyphens: auto;\n'
              '  adobe-hyphenate: auto;\n'
              '  -webkit-hyphens: auto;\n'
              '  -moz-hyphens: auto;\n'
              '  -epub-hyphens: auto;\n'
              '}\n'
              '\n'
              'p {\n'
              '  margin-top: 0;\n'
              '  margin-right: 0;\n'
              '  margin-bottom: 0;\n'
              '  margin-left: 0;\n'
              '  text-indent: 1em;\n'
              '}\n'
              '\n'
              'span.dropcap\n'
              '{\n'
              'font-size: 1.75em;\n'
              '}\n'
              '\n'
              '.noindent\n'
              '{\n'
              'text-indent: 0em;\n'
              '}\n'
              '\n'
              'h2,h3,hgroup {\n'
              '  font-variant: small-caps;\n'
              '  hyphens: none;\n'
              '  adobe-text-layout: optimizeSpeed;\n'
              '/* For Nook */\n'
              '  adobe-hyphenate: none;\n'
              '  -webkit-hyphens: none;\n'
              '  -moz-hyphens: none;\n'
              '  -epub-hyphens: none;\n'
              '  break-after: avoid;\n'
              '  page-break-after: avoid;\n'
              '  break-inside: avoid;\n'
              '  page-break-inside: avoid;\n'
              '  text-align: center;\n'
              '  margin-top: 3em;\n'
              '  margin-right: 0;\n'
              '  margin-bottom: 3em;\n'
              '  margin-left: 0;\n'
              '}\n'
              '\n'
              'hgroup > * {\n'
              '  font-weight: normal;\n'
              '  margin-top: 0;\n'
              '  margin-right: 0;\n'
              '  margin-bottom: 0;\n'
              '  margin-left: 0;\n'
              '}\n'
              '\n'
              'hgroup > .first-child,hgroup > :first-child {\n'
              '  font-weight: bold;\n'
              '}\n'
              '\n'
              'hgroup + p,p:first-child {\n'
              '  hanging-punctuation: first last;\n'
              '  text-indent: 0;\n'
              '}\n'
              '\n'
              'strong {\n'
              '  font-variant: small-caps;\n'
              '  font-weight: normal;\n'
              '}\n'
              '\n'
              'i > i {\n'
              '  font-style: normal;\n'
              '}\n'
              '\n'
              '.fn_ref {\n'
              '  vertical-align: super;\n'
              '  font-size: 0.7em;\n'
              '  line-height: 100%  !important;\n'
              '}\n'
              '\n'
              '.footnote {\n'
              '  text-indent: 0em;\n'
              '  font-size: 0.7em;\n'
              '}\n'
              '\n'
              '.footnote1 {\n'
              '  text-indent: 0em;\n'
              '  font-size: 0.7em;\n'
              '  page-break-before: always;\n'
              '}\n'
              '\n'
              '/* Invert images in dark mode. RMSDK requires a target media as '
              'well as a state. */\n'
              '@media all and (prefers-color-scheme: dark) {\n'
              '\n'
              '}\n'
              '\n'
              '/* For legacy reading systems */\n'
              'section {\n'
              '  display: block;\n'
              '}\n'
              '\n'
              '/* Epub2 compatibility CSS */\n'
              '/* Give PNGs a white background for night mode compatibility... '
              '*/\n'
              '/* Except our house PNGs, which were rendered from SVGs with a '
              'white stroke... */\n'
              '/* Or if the device supports prefers-color-scheme. We’ll invert '
              'the image in core.css. RMSDK requires a target media as well as '
              'a state. */\n'
              '@media all and (prefers-color-scheme) {\n'
              '\n'
              '}\n'
              '\n'
              '/* Vertical align any MathML images we might have */\n'
              '/* As of 2020-09 hanging punctuation only works on iBooks. '
              "However, when it hangs over the page margin, it's\n"
              '   not rendered. So here we simply remove it for iBooks, unless '
              "it's on an element that already has a margin\n"
              '   like <blockquote> */',
 'filter_css': ',font-family',
 'fix_indents': True,
 'font_size_mapping': None,
 'format_scene_breaks': True,
 'html_unwrap_factor': 0.4,
 'input_encoding': None,
 'input_profile': <calibre.customize.profiles.InputProfile object at 0x000001F6E3EC07C0>,
 'insert_blank_line': False,
 'insert_blank_line_size': 0.5,
 'insert_metadata': False,
 'isbn': None,
 'italicize_common_cases': True,
 'keep_aspect_ratio': False,
 'keep_ligatures': False,
 'landscape': False,
 'language': None,
 'level1_toc': None,
 'level2_toc': None,
 'level3_toc': None,
 'line_height': 0.0,
 'linearize_tables': False,
 'margin_bottom': 0,
 'margin_left': 0,
 'margin_right': 0,
 'margin_top': 0,
 'markup_chapter_headings': True,
 'max_toc_links': 0,
 'minimum_line_height': 120.0,
 'no_chapters_in_toc': True,
 'no_inline_navbars': False,
 'no_process': True,
 'no_sort': False,
 'output_format': 'png',
 'output_profile': <calibre.customize.profiles.TabletOutput object at 0x000001F6E3EBABC0>,
 'page_breaks_before': None,
 'paper_size': 'letter',
 'pdf_add_toc': False,
 'pdf_default_font_size': 20,
 'pdf_footer_template': None,
 'pdf_header_template': None,
 'pdf_hyphenate': False,
 'pdf_mark_links': False,
 'pdf_mono_family': 'Courier New',
 'pdf_mono_font_size': 16,
 'pdf_odd_even_offset': 0.0,
 'pdf_page_margin_bottom': 72.0,
 'pdf_page_margin_left': 72.0,
 'pdf_page_margin_right': 72.0,
 'pdf_page_margin_top': 72.0,
 'pdf_page_number_map': None,
 'pdf_page_numbers': False,
 'pdf_sans_family': 'Helvetica',
 'pdf_serif_family': 'Arial',
 'pdf_standard_font': 'serif',
 'pdf_use_document_margins': False,
 'prefer_metadata_cover': False,
 'preserve_cover_aspect_ratio': True,
 'pretty_print': False,
 'pubdate': None,
 'publisher': None,
 'rating': None,
 'read_metadata_from_opf': 'D:\\CALIBRE_TEMP_DIR\\calibre_vmiecxuy\\t7t524pm.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': '',
 'right2left': False,
 'search_replace': '[]',
 'series': None,
 'series_index': None,
 'smarten_punctuation': True,
 '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,
 'toc_title': None,
 'transform_css_rules': '[]',
 'transform_html_rules': '[]',
 'uncompressed_pdf': False,
 'unit': 'inch',
 'unsmarten_punctuation': False,
 'unwrap_lines': True,
 'use_auto_toc': False,
 'use_profile_size': False,
 'verbose': 2,
 'wide': False}
InputFormatPlugin: Comic Input running
on D:\CALIBRE_TEMP_DIR\calibre_vmiecxuy\4407kn0l.cbz
Found comic pages...
	けんぷファー_3_001.jpg
	けんぷファー_3_002.jpg
	けんぷファー_3_003.jpg
	けんぷファー_3_004.jpg
	けんぷファー_3_005.jpg
	けんぷファー_3_006.jpg
	けんぷファー_3_007.png
	けんぷファー_3_008.png
	けんぷファー_3_009.jpg
	けんぷファー_3_010.png
	けんぷファー_3_011.png
	けんぷファー_3_012.png
	けんぷファー_3_013.png
	けんぷファー_3_014.png
	けんぷファー_3_015.png
	けんぷファー_3_016.png
	けんぷファー_3_017.png
	けんぷファー_3_018.png
	けんぷファー_3_019.png
	けんぷファー_3_020.png
	けんぷファー_3_021.png
	けんぷファー_3_022.png
	けんぷファー_3_023.png
	けんぷファー_3_024.png
	けんぷファー_3_025.jpg
	けんぷファー_3_026.png
	けんぷファー_3_027.png
	けんぷファー_3_028.png
	けんぷファー_3_029.png
	けんぷファー_3_030.png
	けんぷファー_3_031.png
	けんぷファー_3_032.png
	けんぷファー_3_033.png
	けんぷファー_3_034.png
	けんぷファー_3_035.jpg
	けんぷファー_3_036.png
	けんぷファー_3_037.png
	けんぷファー_3_038.png
	けんぷファー_3_039.png
	けんぷファー_3_040.png
	けんぷファー_3_041.png
	けんぷファー_3_042.png
	けんぷファー_3_043.png
	けんぷファー_3_044.png
	けんぷファー_3_045.png
	けんぷファー_3_046.png
	けんぷファー_3_047.png
	けんぷファー_3_048.png
	けんぷファー_3_049.png
	けんぷファー_3_050.png
	けんぷファー_3_051.png
	けんぷファー_3_052.png
	けんぷファー_3_053.png
	けんぷファー_3_054.png
	けんぷファー_3_055.png
	けんぷファー_3_056.png
	けんぷファー_3_057.jpg
	けんぷファー_3_058.png
	けんぷファー_3_059.png
	けんぷファー_3_060.png
	けんぷファー_3_061.png
	けんぷファー_3_062.png
	けんぷファー_3_063.png
	けんぷファー_3_064.png
	けんぷファー_3_065.png
	けんぷファー_3_066.png
	けんぷファー_3_067.png
	けんぷファー_3_068.png
	けんぷファー_3_069.png
	けんぷファー_3_070.png
	けんぷファー_3_071.jpg
	けんぷファー_3_072.png
	けんぷファー_3_073.png
	けんぷファー_3_074.png
	けんぷファー_3_075.png
	けんぷファー_3_076.png
	けんぷファー_3_077.png
	けんぷファー_3_078.png
	けんぷファー_3_079.png
	けんぷファー_3_080.png
	けんぷファー_3_081.png
	けんぷファー_3_082.png
	けんぷファー_3_083.png
	けんぷファー_3_084.png
	けんぷファー_3_085.jpg
	けんぷファー_3_086.png
	けんぷファー_3_087.png
	けんぷファー_3_088.png
	けんぷファー_3_089.png
	けんぷファー_3_090.png
	けんぷファー_3_091.png
	けんぷファー_3_092.png
	けんぷファー_3_093.png
	けんぷファー_3_094.png
	けんぷファー_3_095.png
	けんぷファー_3_096.png
	けんぷファー_3_097.jpg
	けんぷファー_3_098.png
	けんぷファー_3_099.png
	けんぷファー_3_100.png
	けんぷファー_3_101.png
	けんぷファー_3_102.png
	けんぷファー_3_103.png
	けんぷファー_3_104.png
	けんぷファー_3_105.png
	けんぷファー_3_106.png
	けんぷファー_3_107.png
	けんぷファー_3_108.png
	けんぷファー_3_109.png
	けんぷファー_3_110.png
	けんぷファー_3_111.png
	けんぷファー_3_112.png
	けんぷファー_3_113.png
	けんぷファー_3_114.png
	けんぷファー_3_115.png
	けんぷファー_3_116.png
	けんぷファー_3_117.png
	けんぷファー_3_118.png
	けんぷファー_3_119.png
	けんぷファー_3_120.png
	けんぷファー_3_121.png
	けんぷファー_3_122.png
	けんぷファー_3_123.png
	けんぷファー_3_124.png
	けんぷファー_3_125.png
	けんぷファー_3_126.png
	けんぷファー_3_127.png
	けんぷファー_3_128.png
	けんぷファー_3_129.png
	けんぷファー_3_130.png
	けんぷファー_3_131.png
	けんぷファー_3_132.png
	けんぷファー_3_133.jpg
	けんぷファー_3_134.png
	けんぷファー_3_135.png
	けんぷファー_3_136.png
	けんぷファー_3_137.png
	けんぷファー_3_138.png
	けんぷファー_3_139.png
	けんぷファー_3_140.png
	けんぷファー_3_141.png
	けんぷファー_3_142.png
	けんぷファー_3_143.png
	けんぷファー_3_144.png
	けんぷファー_3_145.png
	けんぷファー_3_146.png
	けんぷファー_3_147.jpg
	けんぷファー_3_148.png
	けんぷファー_3_149.png
	けんぷファー_3_150.png
	けんぷファー_3_151.png
	けんぷファー_3_152.png
	けんぷファー_3_153.png
	けんぷファー_3_154.png
	けんぷファー_3_155.png
	けんぷファー_3_156.png
	けんぷファー_3_157.png
	けんぷファー_3_158.png
	けんぷファー_3_159.png
	けんぷファー_3_160.png
	けんぷファー_3_161.png
	けんぷファー_3_162.png
	けんぷファー_3_163.png
	けんぷファー_3_164.png
	けんぷファー_3_165.png
	けんぷファー_3_166.png
	けんぷファー_3_167.png
	けんぷファー_3_168.png
	けんぷファー_3_169.png
	けんぷファー_3_170.png
	けんぷファー_3_171.png
	けんぷファー_3_172.png
	けんぷファー_3_173.png
	けんぷファー_3_174.png
	けんぷファー_3_175.jpg
	けんぷファー_3_176.png
	けんぷファー_3_177.png
	けんぷファー_3_178.png
	けんぷファー_3_179.png
	けんぷファー_3_180.png
	けんぷファー_3_181.png
	けんぷファー_3_182.png
	けんぷファー_3_183.jpg
	けんぷファー_3_184.png
	けんぷファー_3_185.png
	けんぷファー_3_186.png
	けんぷファー_3_187.png
	けんぷファー_3_188.png
	けんぷファー_3_189.png
	けんぷファー_3_190.png
	けんぷファー_3_191.png
	けんぷファー_3_192.png
	けんぷファー_3_193.png
	けんぷファー_3_194.png
	けんぷファー_3_195.png
	けんぷファー_3_196.png
	けんぷファー_3_197.png
	けんぷファー_3_198.png
	けんぷファー_3_199.png
	けんぷファー_3_200.png
	けんぷファー_3_201.png
	けんぷファー_3_202.png
	けんぷファー_3_203.jpg
	けんぷファー_3_204.png
	けんぷファー_3_205.png
	けんぷファー_3_206.png
	けんぷファー_3_207.png
	けんぷファー_3_208.png
	けんぷファー_3_209.png
	けんぷファー_3_210.png
	けんぷファー_3_211.png
	けんぷファー_3_212.png
	けんぷファー_3_213.png
	けんぷファー_3_214.png
	けんぷファー_3_215.png
	けんぷファー_3_216.png
	けんぷファー_3_217.jpg
	けんぷファー_3_218.png
	けんぷファー_3_219.png
	けんぷファー_3_220.png
	けんぷファー_3_221.png
	けんぷファー_3_222.png
	けんぷファー_3_223.png
	けんぷファー_3_224.png
	けんぷファー_3_225.png
	けんぷファー_3_226.png
	けんぷファー_3_227.png
	けんぷファー_3_228.png
	けんぷファー_3_229.png
	けんぷファー_3_230.png
	けんぷファー_3_231.png
	けんぷファー_3_232.png
	けんぷファー_3_233.png
	けんぷファー_3_234.png
	けんぷファー_3_235.png
	けんぷファー_3_236.png
	けんぷファー_3_237.png
	けんぷファー_3_238.png
	けんぷファー_3_239.png
	けんぷファー_3_240.png
	けんぷファー_3_241.png
	けんぷファー_3_242.png
	けんぷファー_3_243.png
	けんぷファー_3_244.png
	けんぷファー_3_245.jpg
	けんぷファー_3_246.png
	けんぷファー_3_247.png
	けんぷファー_3_248.png
	けんぷファー_3_249.png
	けんぷファー_3_250.png
	けんぷファー_3_251.png
	けんぷファー_3_252.png
	けんぷファー_3_253.png
	けんぷファー_3_254.png
	けんぷファー_3_255.png
	けんぷファー_3_256.png
	けんぷファー_3_257.jpg
	けんぷファー_3_258.png
	けんぷファー_3_259.png
	けんぷファー_3_260.png
	けんぷファー_3_261.png
	けんぷファー_3_262.png
Parsing all content...
Parsing page_60.xhtml ...
Parsing page_124.xhtml ...
Parsing page_229.xhtml ...
Parsing page_52.xhtml ...
Parsing page_103.xhtml ...
Parsing page_208.xhtml ...
Parsing page_18.xhtml ...
Parsing page_82.xhtml ...
Parsing page_146.xhtml ...
Parsing page_250.xhtml ...
Parsing page_188.xhtml ...
Parsing page_203.xhtml ...
Parsing page_61.xhtml ...
Parsing page_125.xhtml ...
Parsing page_230.xhtml ...
Parsing page_39.xhtml ...
Parsing page_104.xhtml ...
Parsing page_209.xhtml ...
Parsing page_251.xhtml ...
Parsing page_19.xhtml ...
Parsing page_83.xhtml ...
Parsing page_147.xhtml ...
Parsing page_189.xhtml ...
Parsing page_255.xhtml ...
Parsing page_33.xhtml ...
Parsing page_62.xhtml ...
Parsing page_126.xhtml ...
Parsing page_231.xhtml ...
Parsing page_43.xhtml ...
Parsing page_105.xhtml ...
Parsing page_210.xhtml ...
Parsing page_253.xhtml ...
Parsing page_20.xhtml ...
Parsing page_84.xhtml ...
Parsing page_148.xhtml ...
Parsing page_190.xhtml ...
Parsing page_232.xhtml ...
Parsing page_6.xhtml ...
Parsing page_63.xhtml ...
Parsing page_127.xhtml ...
Parsing page_211.xhtml ...
Parsing page_41.xhtml ...
Parsing page_106.xhtml ...
Parsing page_262.xhtml ...
Parsing page_21.xhtml ...
Parsing page_85.xhtml ...
Parsing page_149.xhtml ...
Parsing page_191.xhtml ...
Parsing page_235.xhtml ...
Parsing page_1.xhtml ...
Parsing page_64.xhtml ...
Parsing page_128.xhtml ...
Parsing page_170.xhtml ...
Parsing page_212.xhtml ...
Parsing page_42.xhtml ...
Parsing page_107.xhtml ...
Parsing page_254.xhtml ...
Parsing page_192.xhtml ...
Parsing page_22.xhtml ...
Parsing page_86.xhtml ...
Parsing page_150.xhtml ...
Parsing page_233.xhtml ...
Parsing page_171.xhtml ...
Parsing page_65.xhtml ...
Parsing page_3.xhtml ...
Parsing page_129.xhtml ...
Parsing page_44.xhtml ...
Parsing page_108.xhtml ...
Parsing page_218.xhtml ...
Parsing page_256.xhtml ...
Parsing page_30.xhtml ...
Parsing page_87.xhtml ...
Parsing page_151.xhtml ...
Parsing page_193.xhtml ...
Parsing page_4.xhtml ...
Parsing page_66.xhtml ...
Parsing page_130.xhtml ...
Parsing page_234.xhtml ...
Parsing page_172.xhtml ...
Parsing page_45.xhtml ...
Parsing page_109.xhtml ...
Parsing page_213.xhtml ...
Parsing page_23.xhtml ...
Parsing page_88.xhtml ...
Parsing page_152.xhtml ...
Parsing page_194.xhtml ...
Parsing page_257.xhtml ...
Parsing page_236.xhtml ...
Parsing page_67.xhtml ...
Parsing page_131.xhtml ...
Parsing page_167.xhtml ...
Parsing page_173.xhtml ...
Parsing page_215.xhtml ...
Parsing page_46.xhtml ...
Parsing page_110.xhtml ...
Parsing page_24.xhtml ...
Parsing page_89.xhtml ...
Parsing page_153.xhtml ...
Parsing page_195.xhtml ...
Parsing page_258.xhtml ...
Parsing page_239.xhtml ...
Parsing page_5.xhtml ...
Parsing page_68.xhtml ...
Parsing page_132.xhtml ...
Parsing page_174.xhtml ...
Parsing page_216.xhtml ...
Parsing page_47.xhtml ...
Parsing page_111.xhtml ...
Parsing page_196.xhtml ...
Parsing page_25.xhtml ...
Parsing page_90.xhtml ...
Parsing page_154.xhtml ...
Parsing page_259.xhtml ...
Parsing page_237.xhtml ...
Parsing page_175.xhtml ...
Parsing page_69.xhtml ...
Parsing page_7.xhtml ...
Parsing page_133.xhtml ...
Parsing page_225.xhtml ...
Parsing page_48.xhtml ...
Parsing page_112.xhtml ...
Parsing page_197.xhtml ...
Parsing page_260.xhtml ...
Parsing page_27.xhtml ...
Parsing page_91.xhtml ...
Parsing page_155.xhtml ...
Parsing page_176.xhtml ...
Parsing page_8.xhtml ...
Parsing page_70.xhtml ...
Parsing page_134.xhtml ...
Parsing page_238.xhtml ...
Parsing page_164.xhtml ...
Parsing page_217.xhtml ...
Parsing page_113.xhtml ...
Parsing page_28.xhtml ...
Parsing page_92.xhtml ...
Parsing page_156.xhtml ...
Parsing page_198.xhtml ...
Parsing page_9.xhtml ...
Parsing page_71.xhtml ...
Parsing page_135.xhtml ...
Parsing page_240.xhtml ...
Parsing page_177.xhtml ...
Parsing page_219.xhtml ...
Parsing page_49.xhtml ...
Parsing page_114.xhtml ...
Parsing page_50.xhtml ...
Parsing page_93.xhtml ...
Parsing page_169.xhtml ...
Parsing page_199.xhtml ...
Parsing page_261.xhtml ...
Parsing page_10.xhtml ...
Parsing page_72.xhtml ...
Parsing page_136.xhtml ...
Parsing page_178.xhtml ...
Parsing page_241.xhtml ...
Parsing page_220.xhtml ...
Parsing page_115.xhtml ...
Parsing page_158.xhtml ...
Parsing page_200.xhtml ...
Parsing page_157.xhtml ...
Parsing page_29.xhtml ...
Parsing page_94.xhtml ...
Parsing page_179.xhtml ...
Parsing page_73.xhtml ...
Parsing page_11.xhtml ...
Parsing page_137.xhtml ...
Parsing page_242.xhtml ...
Parsing page_51.xhtml ...
Parsing page_116.xhtml ...
Parsing page_221.xhtml ...
Parsing page_201.xhtml ...
Parsing page_31.xhtml ...
Parsing page_95.xhtml ...
Parsing page_159.xhtml ...
Parsing page_180.xhtml ...
Parsing page_74.xhtml ...
Parsing page_12.xhtml ...
Parsing page_138.xhtml ...
Parsing page_243.xhtml ...
Parsing page_53.xhtml ...
Parsing page_117.xhtml ...
Parsing page_222.xhtml ...
Parsing page_40.xhtml ...
Parsing page_96.xhtml ...
Parsing page_160.xhtml ...
Parsing page_181.xhtml ...
Parsing page_244.xhtml ...
Parsing page_13.xhtml ...
Parsing page_75.xhtml ...
Parsing page_139.xhtml ...
Parsing page_223.xhtml ...
Parsing page_54.xhtml ...
Parsing page_118.xhtml ...
Parsing page_202.xhtml ...
Parsing page_32.xhtml ...
Parsing page_97.xhtml ...
Parsing page_161.xhtml ...
Parsing page_14.xhtml ...
Parsing page_76.xhtml ...
Parsing page_140.xhtml ...
Parsing page_182.xhtml ...
Parsing page_245.xhtml ...
Parsing page_55.xhtml ...
Parsing page_119.xhtml ...
Parsing page_204.xhtml ...
Parsing page_34.xhtml ...
Parsing page_98.xhtml ...
Parsing page_162.xhtml ...
Parsing page_183.xhtml ...
Parsing page_77.xhtml ...
Parsing page_2.xhtml ...
Parsing page_141.xhtml ...
Parsing page_246.xhtml ...
Parsing page_56.xhtml ...
Parsing page_120.xhtml ...
Parsing page_224.xhtml ...
Parsing page_35.xhtml ...
Parsing page_99.xhtml ...
Parsing page_168.xhtml ...
Parsing page_205.xhtml ...
Parsing page_184.xhtml ...
Parsing page_26.xhtml ...
Parsing page_78.xhtml ...
Parsing page_142.xhtml ...
Parsing page_247.xhtml ...
Parsing page_57.xhtml ...
Parsing page_121.xhtml ...
Parsing page_226.xhtml ...
Parsing page_36.xhtml ...
Parsing page_100.xhtml ...
Parsing page_163.xhtml ...
Parsing page_214.xhtml ...
Parsing page_185.xhtml ...
Parsing page_248.xhtml ...
Parsing page_15.xhtml ...
Parsing page_79.xhtml ...
Parsing page_143.xhtml ...
Parsing page_227.xhtml ...
Parsing page_58.xhtml ...
Parsing page_122.xhtml ...
Parsing page_165.xhtml ...
Parsing page_37.xhtml ...
Parsing page_101.xhtml ...
Parsing page_206.xhtml ...
Parsing page_186.xhtml ...
Parsing page_249.xhtml ...
Parsing page_16.xhtml ...
Parsing page_80.xhtml ...
Parsing page_144.xhtml ...
Parsing page_228.xhtml ...
Parsing page_59.xhtml ...
Parsing page_123.xhtml ...
Parsing page_166.xhtml ...
Parsing page_207.xhtml ...
Parsing page_38.xhtml ...
Parsing page_102.xhtml ...
Parsing page_252.xhtml ...
Parsing page_187.xhtml ...
Parsing page_17.xhtml ...
Parsing page_81.xhtml ...
Parsing page_145.xhtml ...
Reading TOC from NCX...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Filtering CSS properties: , font-family
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
CSSCharsetRule: no encoding found; '@charset  "utf-8";'.
CSSCharsetRule: Syntax Error: '@charset  "utf-8";'.
Source base font size is 12.00000pt
Removing fake margins...
Found 262 items of level: div_1
div_1  left margin stats: Counter()
div_1  right margin stats: Counter()
Cleaning up manifest...
Trimming unused files from manifest...
Creating PDF Output...
Converting input as an image collection...
libpng error: IE[9B][D2]: invalid chunk type
Traceback (most recent call last):
  File "runpy.py", line 196, in _run_module_as_main
  File "runpy.py", line 86, in _run_code
  File "site.py", line 83, in <module>
  File "site.py", line 78, in main
  File "site.py", line 50, in run_entry_point
  File "calibre\utils\ipc\worker.py", line 215, in main
  File "calibre\gui2\convert\gui_conversion.py", line 38, in gui_convert_override
  File "calibre\gui2\convert\gui_conversion.py", line 25, in gui_convert
  File "calibre\ebooks\conversion\plumber.py", line 1281, in run
  File "calibre\ebooks\conversion\plugins\pdf_output.py", line 180, in convert
  File "calibre\ebooks\conversion\plugins\pdf_output.py", line 187, in convert_images
  File "calibre\ebooks\pdf\image_writer.py", line 138, in convert
  File "calibre\ebooks\pdf\image_writer.py", line 111, in draw_image_page
  File "calibre\ebooks\pdf\render\serialize.py", line 451, in add_image
AttributeError: 'NoneType' object has no attribute 'asstring'
Tenome is offline   Reply With Quote
Old 07-08-2023, 10:06 PM   #2
Foozle
Connoisseur
Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.Foozle ought to be getting tired of karma fortunes by now.
 
Posts: 62
Karma: 221034
Join Date: May 2021
Device: None
It looks like the archive has errors. Though Calibre is not the best tool for CBZ conversion. You can try other software, or just completely extract and convert the images directly. But again, Calibre is terrible at CBZ. At least from what I've seen from others' experiences.
Foozle is offline   Reply With Quote
Advert
Old 07-09-2023, 12:36 AM   #3
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,331
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Your CBZ has an undecodeable image.
kovidgoyal is offline   Reply With Quote
Old 07-09-2023, 09:03 AM   #4
Tenome
Enthusiast
Tenome began at the beginning.
 
Posts: 49
Karma: 26
Join Date: Jan 2022
Device: none
Quote:
Originally Posted by Foozle View Post
It looks like the archive has errors. Though Calibre is not the best tool for CBZ conversion. You can try other software, or just completely extract and convert the images directly. But again, Calibre is terrible at CBZ. At least from what I've seen from others' experiences.
The files were originally zip, but Calibre converts it to CBZ when importing. I tried turning that option off, but then Calibre refuses to recognize it as a book at all and won't attempt to convert.

Quote:
Originally Posted by kovidgoyal View Post
Your CBZ has an undecodeable image.
I checked the archive and all the images render correctly, so it's something on Calibre's end. Google gives me the same error for another software that uses libpng.

Last edited by Tenome; 07-09-2023 at 09:21 AM.
Tenome is offline   Reply With Quote
Old 07-09-2023, 10:47 AM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,331
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If libpng is refusing to process it then it is most likely corrupted. If you believe differently, then report the bug to libpng.
kovidgoyal is offline   Reply With Quote
Advert
Old 07-09-2023, 11:52 AM   #6
Tenome
Enthusiast
Tenome began at the beginning.
 
Posts: 49
Karma: 26
Join Date: Jan 2022
Device: none
Like I said, I already checked every page in Honeyview and found no corrupted images. It's fine, I used a different program to convert to PDF since Calibre couldn't do it. I'll file a bug report with libpng too, hopefully Calibre will be able to convert correctly in the future. Thanks for the help.
Tenome is offline   Reply With Quote
Old 07-09-2023, 12:03 PM   #7
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,042
Karma: 168961900
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Tenome View Post
Like I said, I already checked every page in Honeyview and found no corrupted images. It's fine, I used a different program to convert to PDF since Calibre couldn't do it. I'll file a bug report with libpng too, hopefully Calibre will be able to convert correctly in the future. Thanks for the help.
I would suggest trying a search on libpng invalid chunk type. You will get multiple hits.

I ran into this a couple of years back while working on some mangas. While almost all the image programs on my PC did not complain about errors when opening the images, libpng was very unhappy with them. pngcheck was a useful tool to locate the errors. The errors were mostly at the end of the file past the image data but several were scattered in the metadata or ancillary chunks.
DNSB is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PDF to ZIP/CBZ Conversion - Page Order Drybonz Conversion 2 09-27-2021 10:36 PM
Comic Converter for PDF, CBZ, CBR, ZIP, RAR, PPT, PPTX jontylovell Deals and Resources (No Self-Promotion or Affiliate Links) 10 04-23-2020 06:59 PM
[File Type Plugin] Zip to cbz Saumee Plugins 2 07-29-2018 03:38 PM
Zip to CBZ 'conversion' BetterRed Conversion 6 10-22-2013 09:52 PM
PRS-650 CBZ, CBR, ZIP or RAR file support? Renji Sony Reader Dev Corner 4 12-01-2010 08:43 AM


All times are GMT -4. The time now is 08:26 PM.


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