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 03-18-2018, 06:51 AM   #1
15Grammes
Junior Member
15Grammes began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2018
Device: PC
Conversion of a big file

Hello All,
I bought on Amazon "Oeuvres complètes" by Jules Verne, it is a big file of 110Mo.
I want to convert it in a pdf file for my son who is learnig Jules Verne at school, we bought the books but it is easier to copy-paste for his homeworks.
But I can't convert this file, after 1 min I have an error : Failed...
Is there a maximum size for the files ? Number of pages ? of Pictures... or something else ?

Tanks for your help,
15G

The details :
calibre, version 3.19.0 (win32, embedded-python: True)
Erreur lors de la conversion: Échoué: Conversion du livre 1 sur 1 (Jules Verne : Oeuvres complètes entièrement illustrées (160 titres et 5400 gravures) (French Edition))
Spoiler:

Conversion du livre 1 sur 1 (Jules Verne : Oeuvres complètes entièrement illustrées (160 titres et 5400 gravures) (French Edition))
D:\Program Files (x86)\Calibre2\app\pylib.zip\dateutil\parser.py:60 1: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
Conversion options changed from defaults:
verbose: 2
cover: u'd:\\Users\\Papa\\AppData\\Local\\Temp\\calibre_s pocaw\\xaux6z.jpeg'
read_metadata_from_opf: u'd:\\Users\\Papa\\AppData\\Local\\Temp\\calibre_s pocaw\\no3ysr.opf'
output_profile: 'generic_eink'
Resolved conversion options
calibre version: 3.19.0
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0.0,
'book_producer': None,
'change_justification': u'original',
'chapter': u"//*[((name()='h1' or name()='h2') and re:test(., '\\s*((chapter|book|section|part)\\s+)|((prolog|pr ologue|epilogue)(\\s+|$))', 'i')) or @class = 'chapter']",
'chapter_mark': u'pagebreak',
'comments': None,
'cover': u'd:\\Users\\Papa\\AppData\\Local\\Temp\\calibre_s pocaw\\xaux6z.jpeg',
'custom_size': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'expand_css': False,
'extra_css': None,
'filter_css': u'',
'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 0x0347E910>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': 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.GenericEink object at 0x0347E8D0>,
'page_breaks_before': u"//*[name()='h1' or name()='h2']",
'paper_size': u'letter',
'pdf_add_toc': False,
'pdf_default_font_size': 20,
'pdf_footer_template': None,
'pdf_header_template': None,
'pdf_mark_links': False,
'pdf_mono_family': u'Liberation Mono',
'pdf_mono_font_size': 16,
'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_numbers': False,
'pdf_sans_family': u'Liberation Sans',
'pdf_serif_family': u'Liberation Serif',
'pdf_standard_font': u'serif',
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': False,
'pretty_print': False,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': u'd:\\Users\\Papa\\AppData\\Local\\Temp\\calibre_s pocaw\\no3ysr.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': u'',
'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,
'toc_title': None,
'transform_css_rules': '[]',
'uncompressed_pdf': False,
'unit': u'inch',
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'use_profile_size': False,
'verbose': 2}
InputFormatPlugin: MOBI Input running
on d:\Users\Papa\AppData\Local\Temp\calibre_spocaw\lf nwin.mobi
Extracting text...
Adding anchors...
Extracting images...
Cleaning up HTML...
Parsing HTML...
Converting style information to CSS...
Creating OPF...
Parsing all content...
Parsing styles.css ...
Parsing index.html ...
Failed to parse content in index.html
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\reader.py", line 176, in _manifest_prune_invalid
File "site-packages\calibre\ebooks\oeb\base.py", line 1031, in fget
File "site-packages\calibre\ebooks\oeb\base.py", line 949, in _parse_xhtml
File "site-packages\calibre\ebooks\oeb\parse_utils.py", line 175, in parse_html
File "site-packages\calibre\ebooks\conversion\preprocess.py", line 592, in __call__
MemoryError

Referenced file u'index.html' not in manifest
Parsing index.html ...
Failed to read from manifest entry with id: added, ignoring
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\reader.py", line 200, in _manifest_add_missing
File "site-packages\calibre\ebooks\oeb\base.py", line 1031, in fget
File "site-packages\calibre\ebooks\oeb\base.py", line 949, in _parse_xhtml
File "site-packages\calibre\ebooks\oeb\parse_utils.py", line 175, in parse_html
File "site-packages\calibre\ebooks\conversion\preprocess.py", line 592, in __call__
MemoryError

Spine item 'id1' not found
Python function terminated unexpectedly
Spine is empty (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 101, in main
File "site.py", line 78, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 195, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 33, in gui_convert_override
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 26, in gui_convert
File "site-packages\calibre\ebooks\conversion\plumber.py", line 1099, in run
File "site-packages\calibre\ebooks\conversion\plumber.py", line 1292, in create_oebbook
File "site-packages\calibre\ebooks\oeb\reader.py", line 72, in __call__
File "site-packages\calibre\ebooks\oeb\reader.py", line 703, in _all_from_opf
File "site-packages\calibre\ebooks\oeb\reader.py", line 348, in _spine_from_opf
calibre.ebooks.oeb.base.OEBError: Spine is empty

Last edited by theducks; 03-18-2018 at 01:35 PM. Reason: wrap in SPOILER
15Grammes is offline   Reply With Quote
Old 03-18-2018, 07:52 AM   #2
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,163
Karma: 1404241
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
Can you download it as AZW instead of mobi file?
If yes, don't convert it to epub. Use instead Kindle unpack (KF8 to EPUB) and then open the EPUB file in calibre editor, run check for errors and correct first Non-linear items in splines (often the last entry in the list of findings) with Mark all non-linear items as linear and after that rerun check and use Try to correct all fixable errors automatically to get rid of the most other problems. Much faster than converting.
Divingduck is offline   Reply With Quote
Advert
Old 03-18-2018, 08:02 AM   #3
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by Divingduck View Post
Can you download it as AZW instead of mobi file?
If yes, don't convert it to epub. Use instead Kindle unpack (KF8 to EPUB) and then open the EPUB file in calibre editor, run check for errors and correct first Non-linear items in splines (often the last entry in the list of findings) with Mark all non-linear items as linear and after that rerun check and use Try to correct all fixable errors automatically to get rid of the most other problems. Much faster than converting.
I'd just note that the OP is trying to convert the book to PDF, not ePub. I concur with your advice about how to fix the problem, though.
HarryT is offline   Reply With Quote
Old 03-18-2018, 08:15 AM   #4
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,552
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
It is also worth noting that the error being reported is an ‘out of memory’ error. The fix in such a case is to have more memory available, and to be using the 64-bit version of Calibre to allow that memory to be used. With such a large book no idea what the total memory requirements might be.
itimpi is offline   Reply With Quote
Old 03-18-2018, 08:15 AM   #5
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,163
Karma: 1404241
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
Quote:
Originally Posted by HarryT View Post
I'd just note that the OP is trying to convert the book to PDF, not ePub. I concur with your advice about how to fix the problem, though.
You are right. I've totally overseen that. Thanks. I shouldn't do tree things at the same time because I'm a man
Divingduck is offline   Reply With Quote
Advert
Old 03-18-2018, 06:24 PM   #6
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,675
Karma: 26966376
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@15Grammes - if you converted to EPUB (using the preceding advice regarding Kindle Unpack etc), you might then be able use the EPUBSplit plugin to create individual books, which you could probably convert to PDF without running into memory problems or long conversions.

But, if your son only wants to clip text to paste elsewhere, then he could read the epubs using a reader with select text and copy, most epub readers have that capability. That would avoid the conversion to PDF issues.

BR
BetterRed is offline   Reply With Quote
Old 03-18-2018, 06:27 PM   #7
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 74,618
Karma: 130140792
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Why do they have to be converted to PDF? Why not read using a Kindle app on the computer or tablet or phone?
JSWolf is offline   Reply With Quote
Old 03-20-2018, 04:45 AM   #8
15Grammes
Junior Member
15Grammes began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2018
Device: PC
Thank you for all your advices and opinions,
But Calibre can not open the file only the amazon tool.
Is it possible to copy text and pictures ?
Regards,
15G
15Grammes is offline   Reply With Quote
Old 03-20-2018, 06:07 AM   #9
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Have you tried using 64-bit Calibre, as suggested?
HarryT is offline   Reply With Quote
Old 03-20-2018, 06:10 AM   #10
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,675
Karma: 26966376
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I'm wondering if this book is in the Fixed Layout format that Amazon uses for children's illustrated books, I can't remember its 3LA.

@15Grammes - if you can give us the link where you got the book, presumably at amazon.fr, then the aficionados can take a look and give their considered opinion.

BR
BetterRed is offline   Reply With Quote
Old 03-20-2018, 08:57 AM   #11
15Grammes
Junior Member
15Grammes began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2018
Device: PC
The link : https://www.amazon.fr/gp/product/B00...?ie=UTF8&psc=1

How can I know wich version (16/64 bits) I use ?
Regards
15Grammes is offline   Reply With Quote
Old 03-20-2018, 09:01 AM   #12
deback
Book E d i t o r
deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.
 
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
When I have this problem or when Adobe Digital Editions crashes after opening an ePub file, I will open the file in the Calibre Editor and run Check Book. After fixing all errors (automatically or manually), the book will usually open (or convert).
deback is offline   Reply With Quote
Old 03-20-2018, 09:14 AM   #13
deback
Book E d i t o r
deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.
 
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
Quote:
Originally Posted by 15Grammes View Post
How can I know wich version (16/64 bits) I use ?
Regards
Press the Win key and I. Open System, then scroll down to About (on the left), click About, and then look under System Type at the right.

Last edited by deback; 03-20-2018 at 09:49 AM.
deback is offline   Reply With Quote
Old 03-20-2018, 09:17 AM   #14
deback
Book E d i t o r
deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.
 
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
I have this book in .mobi format, tried to convert it (after just restarting my computer, with 16GB memory, 32-bit), and it failed, but it does open in Kindle for PC. Here is the error display (sorry it's so long...I have a lot of things added in Transform and Styling):
Spoiler:

calibre, version 3.19.0 (win32, embedded-python: True)
Conversion error: Failed: Convert book 1 of 1 (jules verne oeuvres compl tes)

Convert book 1 of 1 (jules verne oeuvres compl tes)
Conversion options changed from defaults:
italicize_common_cases: False
embed_font_family: u'Charis SIL'
fix_indents: False
remove_paragraph_spacing_indent_size: 1.3
subset_embedded_fonts: True
unwrap_lines: False
insert_blank_line_size: 1.2
format_scene_breaks: False
dehyphenate: False
renumber_headings: False
read_metadata_from_opf: u'c:\\CALIBRE\\calibre_endt5h\\nnbpri.opf'
expand_css: True
extra_css: u'.calibre {\nmargin-top: 0;\nmargin-bottom: 0;\nline-height: 1.2;\ntext-align: justify;\n}\nbody {\nmargin-left: 0;\nmargin-right: 0;\nline-height: 1.2;\n}\n.body {\nmargin-left: 0;\nmargin-right: 0;\nline-height: 1.2;\n}\n.cover {\ntext-align: center;\n}\n.level {\nmargin-top: 0.25em;\nmargin-bottom: 0.25em;\nmargin-left: 0;\nmargin-right: 0;\n}\n.tocsection {\nmargin-top: 0.25em;\nmargin-bottom: 0.25em;\nmargin-left: 0;\nmargin-right: 0;\n}\n.toc {\nmargin-top: 0.25em;\nmargin-bottom: 0.25em;\nmargin-left: 0;\nmargin-right: 0;\n}\n.tocchp {\nmargin-top: 0.25em;\nmargin-bottom: 0.25em;\nmargin-left: 0;\nmargin-right: 0;\n}\n.fmtx {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.fmtx1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.fmtx2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.cot {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.cotx {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chapteropenertext {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chapteropenertext1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chapteropenertext2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chaptertitle {\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chapternumber {\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.para-ind {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-ind1 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-ind2 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-ind3 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-indent {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-indent1 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-indent2 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-noindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.para-noindent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.para-noindent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.paranoindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.paranonindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.partnumber {\nmargin-left: 0;\nmargin-right: 0;\n}\n.tni {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.co {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.tx {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.tx1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.tx2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.text {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\nline-height: 1.2;\n}\n.text1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.text2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-p {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-pf {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-ind {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-ind1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-ind2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noind {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noind1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noind2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noind3 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-indent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-indent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-indent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noindent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noindent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noindent3 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.non-indent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.non-indent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.non-indent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.nonindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.nonindent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.nonindent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.nonindent3 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.indent {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.indent1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.indent2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.indent3 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.ind {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.ind1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.ind2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.ind3 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.paraflush {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.paraflush1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.paraflush2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.para-flush {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.para-flush1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.para-flush2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.ft {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.it {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para3 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.x03-co-body-text {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.x04-body-text {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.normal {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.booksection {\nmargin-left: 0;\nmargin-right: 0;\n}\n.story {\nmargin-left: 0;\nmargin-right: 0;\n}\n.p {\ntext-align: justify;\nline-height: 1.2;\n}\n.p1 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p2 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p3 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p4 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p5 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p6 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p7 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p8 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p9 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p10 {\ntext-align: justify;\nline-height: 1.2;\n}\n.tc {\ntext-align: justify;\nline-height: 1.2;\n}\n.follow {\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n text-align: justify;\n text-indent: 1.2em;\n}\n.left {\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n margin-top: 1em;\n text-align: justify;\n text-indent: 0;\n}\n.calibre {\nmargin-top: 0;\nmargin-bottom: 0;\nline-height: 1.2;\ntext-align: justify;\n}'
transform_css_rules: '[{"property": "margin-left", "action": "change", "action_data": "0", "match_type": "is", "query": "30px"}, {"property": "margin-right", "action": "change", "action_data": "0", "match_type": "is", "query": "30px"}, {"property": "text-indent", "action": "change", "action_data": "1.2em", "match_type": ">", "query": ".01em"}, {"property": "word-wrap", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-epub*", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "word-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-moz-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "adobe-hyphenate", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-indent", "action": "change", "action_data": "1.2em", "match_type": ">", "query": ".01%"}, {"property": "text-indent", "action": "change", "action_data": "1.2em", "match_type": ">=", "query": ".01px"}, {"property": "text-autospace", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "tab-stops", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-left-pos", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-rel-hpos", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-rel-vpos", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-wrap-type", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-top-pos", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-bookmark-end", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": "<=", "query": "1.2"}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": "<=", "query": "1.2em"}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": ">=", "query": "1.2em"}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": ">=", "query": "1.2"}, {"property": "-epub-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-web-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "margin-top", "action": "change", "action_data": "2em", "match_type": "is", "query": "2 em"}, {"property": "margin-left", "action": "change", "action_data": "1em", "match_type": "is", "query": "2 em"}, {"property": "text-justify-trim", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "oeb-column-number", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-text-fill-color", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "box-shadow", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "so-language", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "punctuation-wrap", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "letter-spacing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "adobe-text-layout", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-charactor", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-limit", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-after", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-before", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-moz-box-sizing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-o-box-sizing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-box-sizing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-o-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-text-stroke", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-tap-highlight", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-box-shadow", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "float", "action": "remove", "action_data": "", "match_type": "is", "query": "bottom"}, {"property": "page-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-tap-highlight-color", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-ms-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-border-radius", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-lines", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "hyphenate-after", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "hyphenate-before", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "hyphenate-lines", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "max-height", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "max-width", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "change", "action_data": "center", "match_type": "is", "query": "middle"}, {"property": "-epub-line-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-epub-text-align-last", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "color", "action": "remove", "action_data": "", "match_type": "is", "query": "windowtext"}, {"property": "epub-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "change", "action_data": "center", "match_type": "is", "query": "top"}, {"property": "text-align", "action": "change", "action_data": "center", "match_type": "is", "query": "bottom"}, {"property": "-webkit-line-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-nbsp-mode", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-font-kerning", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-limit-before", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-limit-after", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-limit-lines", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "change", "action_data": "justify", "match_type": "is", "query": "justified"}, {"property": "-adobe-float-keep", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "break-before", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "break-after", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "remove", "action_data": "", "match_type": "is", "query": "start"}, {"property": "transition", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-epub-ruby-position", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-epub-text-combine", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-text-combine", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-decoration", "action": "remove", "action_data": "", "match_type": "is", "query": "normal"}, {"property": "text-align", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "cellspacing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "height", "action": "change", "action_data": "98%", "match_type": "is", "query": "98vh"}, {"property": "height", "action": "change", "action_data": "99%", "match_type": "is", "query": "99vh"}, {"property": "height", "action": "change", "action_data": "65%", "match_type": "is", "query": "65vh"}, {"property": "-webkit-background-size", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "background-size", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "list-style-type", "action": "remove", "action_data": "", "match_type": "is", "query": "normal"}, {"property": "-aw-number-format", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "font-kerning", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": "is", "query": "normal"}, {"property": "-epub-word-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-ms-word-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "remove", "action_data": "", "match_type": "is", "query": "baseline"}, {"property": "text-align", "action": "change", "action_data": "justify", "match_type": "is", "query": "left"}, {"property": "-qt-block-indent", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-qt-paragraph-type", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "border-bottom-width", "action": "change", "action_data": "1px", "match_type": "is", "query": "1"}, {"property": "border-left-width", "action": "change", "action_data": "1px", "match_type": "is", "query": "1"}, {"property": "border-right-width", "action": "change", "action_data": "1px", "match_type": "is", "query": "1"}, {"property": "border-top-width", "action": "change", "action_data": "1px", "match_type": "is", "query": "1"}, {"property": "-khtml-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "border-bottom-color", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "border-bottom-style", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "border-top-color", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "border-top-style", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "webkit-line-box-contain", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "width", "action": "remove", "action_data": "", "match_type": "is", "query": "intrinsic"}, {"property": "text-align-last", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-transform", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-rendering", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-line-box-contain", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-character", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "font-weight", "action": "change", "action_data": "normal", "match_type": "is", "query": "light"}, {"property": "box-decoration-break", "action": "remove", "action_data": "", "match_type": "is", "query": "slice"}, {"property": "background-color", "action": "remove", "action_data": "", "match_type": "is", "query": "FFFFFF"}]'
filter_css: u',font-family'
no_default_epub_cover: True
no_svg_cover: True
verbose: 2
preserve_cover_aspect_ratio: True
remove_fake_margins: False
output_profile: 'generic_eink'
margin_left: 30.0
epub_toc_at_end: True
margin_right: 30.0
toc_title: u'CONTENTS'
markup_chapter_headings: False
Resolved conversion options
calibre version: 3.19.0
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0.0,
'book_producer': None,
'change_justification': u'original',
'chapter': u"//*[((name()='h1' or name()='h2') and re:test(., '\\s*((chapter|book|section|part)\\s+)|((prolog|pr ologue|epilogue)(\\s+|$))', 'i')) or @class = 'chapter']",
'chapter_mark': u'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': False,
'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': u'Charis SIL',
'enable_heuristics': False,
'epub_flatten': False,
'epub_inline_toc': False,
'epub_toc_at_end': True,
'expand_css': True,
'extra_css': u'.calibre {\nmargin-top: 0;\nmargin-bottom: 0;\nline-height: 1.2;\ntext-align: justify;\n}\nbody {\nmargin-left: 0;\nmargin-right: 0;\nline-height: 1.2;\n}\n.body {\nmargin-left: 0;\nmargin-right: 0;\nline-height: 1.2;\n}\n.cover {\ntext-align: center;\n}\n.level {\nmargin-top: 0.25em;\nmargin-bottom: 0.25em;\nmargin-left: 0;\nmargin-right: 0;\n}\n.tocsection {\nmargin-top: 0.25em;\nmargin-bottom: 0.25em;\nmargin-left: 0;\nmargin-right: 0;\n}\n.toc {\nmargin-top: 0.25em;\nmargin-bottom: 0.25em;\nmargin-left: 0;\nmargin-right: 0;\n}\n.tocchp {\nmargin-top: 0.25em;\nmargin-bottom: 0.25em;\nmargin-left: 0;\nmargin-right: 0;\n}\n.fmtx {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.fmtx1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.fmtx2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.cot {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.cotx {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chapteropenertext {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chapteropenertext1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chapteropenertext2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chaptertitle {\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.chapternumber {\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.para-ind {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-ind1 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-ind2 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-ind3 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-indent {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-indent1 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-indent2 {\nmargin-bottom: 0;\nmargin-top: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-noindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.para-noindent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.para-noindent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.paranoindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.paranonindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.partnumber {\nmargin-left: 0;\nmargin-right: 0;\n}\n.tni {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.co {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.tx {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.tx1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\n}\n.tx2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.text {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\nline-height: 1.2;\n}\n.text1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.text2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-p {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para-pf {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-ind {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-ind1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-ind2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noind {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noind1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noind2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noind3 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-indent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-indent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.no-indent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noindent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noindent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.noindent3 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.non-indent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.non-indent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.non-indent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.nonindent {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.nonindent1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.nonindent2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.nonindent3 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.indent {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.indent1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.indent2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.indent3 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.ind {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.ind1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.ind2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.ind3 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.paraflush {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.paraflush1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.paraflush2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.para-flush {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.para-flush1 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.para-flush2 {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.ft {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.it {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para1 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para2 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.para3 {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.x03-co-body-text {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.x04-body-text {\nmargin-top: 0;\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 1.2em;\n}\n.normal {\nmargin-bottom: 0;\nmargin-left: 0;\nmargin-right: 0;\ntext-align: justify;\ntext-indent: 0;\n}\n.booksection {\nmargin-left: 0;\nmargin-right: 0;\n}\n.story {\nmargin-left: 0;\nmargin-right: 0;\n}\n.p {\ntext-align: justify;\nline-height: 1.2;\n}\n.p1 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p2 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p3 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p4 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p5 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p6 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p7 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p8 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p9 {\ntext-align: justify;\nline-height: 1.2;\n}\n.p10 {\ntext-align: justify;\nline-height: 1.2;\n}\n.tc {\ntext-align: justify;\nline-height: 1.2;\n}\n.follow {\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n text-align: justify;\n text-indent: 1.2em;\n}\n.left {\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n margin-top: 1em;\n text-align: justify;\n text-indent: 0;\n}\n.calibre {\nmargin-top: 0;\nmargin-bottom: 0;\nline-height: 1.2;\ntext-align: justify;\n}',
'extract_to': None,
'filter_css': u',font-family',
'fix_indents': False,
'flow_size': 260,
'font_size_mapping': None,
'format_scene_breaks': False,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x0223B070>,
'insert_blank_line': False,
'insert_blank_line_size': 1.2,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': False,
'keep_ligatures': 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': 30.0,
'margin_right': 30.0,
'margin_top': 5.0,
'markup_chapter_headings': False,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'no_chapters_in_toc': False,
'no_default_epub_cover': True,
'no_inline_navbars': False,
'no_svg_cover': True,
'output_profile': <calibre.customize.profiles.GenericEink object at 0x0223B270>,
'page_breaks_before': u"//*[name()='h1' or name()='h2']",
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': True,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': u'c:\\CALIBRE\\calibre_endt5h\\nnbpri.opf',
'remove_fake_margins': False,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.3,
'renumber_headings': False,
'replace_scene_breaks': u'',
'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': True,
'tags': None,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': u'CONTENTS',
'transform_css_rules': '[{"property": "margin-left", "action": "change", "action_data": "0", "match_type": "is", "query": "30px"}, {"property": "margin-right", "action": "change", "action_data": "0", "match_type": "is", "query": "30px"}, {"property": "text-indent", "action": "change", "action_data": "1.2em", "match_type": ">", "query": ".01em"}, {"property": "word-wrap", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-epub*", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "word-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-moz-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "adobe-hyphenate", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-indent", "action": "change", "action_data": "1.2em", "match_type": ">", "query": ".01%"}, {"property": "text-indent", "action": "change", "action_data": "1.2em", "match_type": ">=", "query": ".01px"}, {"property": "text-autospace", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "tab-stops", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-left-pos", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-rel-hpos", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-rel-vpos", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-wrap-type", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-top-pos", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-aw-bookmark-end", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": "<=", "query": "1.2"}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": "<=", "query": "1.2em"}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": ">=", "query": "1.2em"}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": ">=", "query": "1.2"}, {"property": "-epub-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-web-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "margin-top", "action": "change", "action_data": "2em", "match_type": "is", "query": "2 em"}, {"property": "margin-left", "action": "change", "action_data": "1em", "match_type": "is", "query": "2 em"}, {"property": "text-justify-trim", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "oeb-column-number", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-text-fill-color", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "box-shadow", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "so-language", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "punctuation-wrap", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "letter-spacing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "adobe-text-layout", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-charactor", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-limit", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-after", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-before", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-moz-box-sizing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-o-box-sizing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-box-sizing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-o-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-text-stroke", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-tap-highlight", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-box-shadow", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "float", "action": "remove", "action_data": "", "match_type": "is", "query": "bottom"}, {"property": "page-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-tap-highlight-color", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-ms-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-border-radius", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-lines", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "hyphenate-after", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "hyphenate-before", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "hyphenate-lines", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "max-height", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "max-width", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "change", "action_data": "center", "match_type": "is", "query": "middle"}, {"property": "-epub-line-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-epub-text-align-last", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "color", "action": "remove", "action_data": "", "match_type": "is", "query": "windowtext"}, {"property": "epub-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "change", "action_data": "center", "match_type": "is", "query": "top"}, {"property": "text-align", "action": "change", "action_data": "center", "match_type": "is", "query": "bottom"}, {"property": "-webkit-line-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-nbsp-mode", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-font-kerning", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-limit-before", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-limit-after", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-limit-lines", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "change", "action_data": "justify", "match_type": "is", "query": "justified"}, {"property": "-adobe-float-keep", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "break-before", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "break-after", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "remove", "action_data": "", "match_type": "is", "query": "start"}, {"property": "transition", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-epub-ruby-position", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-epub-text-combine", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-text-combine", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-decoration", "action": "remove", "action_data": "", "match_type": "is", "query": "normal"}, {"property": "text-align", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "cellspacing", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "height", "action": "change", "action_data": "98%", "match_type": "is", "query": "98vh"}, {"property": "height", "action": "change", "action_data": "99%", "match_type": "is", "query": "99vh"}, {"property": "height", "action": "change", "action_data": "65%", "match_type": "is", "query": "65vh"}, {"property": "-webkit-background-size", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "background-size", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "list-style-type", "action": "remove", "action_data": "", "match_type": "is", "query": "normal"}, {"property": "-aw-number-format", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "font-kerning", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "line-height", "action": "change", "action_data": "1.2", "match_type": "is", "query": "normal"}, {"property": "-epub-word-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-ms-word-break", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-align", "action": "remove", "action_data": "", "match_type": "is", "query": "baseline"}, {"property": "text-align", "action": "change", "action_data": "justify", "match_type": "is", "query": "left"}, {"property": "-qt-block-indent", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-qt-paragraph-type", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "border-bottom-width", "action": "change", "action_data": "1px", "match_type": "is", "query": "1"}, {"property": "border-left-width", "action": "change", "action_data": "1px", "match_type": "is", "query": "1"}, {"property": "border-right-width", "action": "change", "action_data": "1px", "match_type": "is", "query": "1"}, {"property": "border-top-width", "action": "change", "action_data": "1px", "match_type": "is", "query": "1"}, {"property": "-khtml-hyphens", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "border-bottom-color", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "border-bottom-style", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "border-top-color", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "border-top-style", "action": "remove", "action_data": "", "match_type": "is", "query": "initial"}, {"property": "webkit-line-box-contain", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "width", "action": "remove", "action_data": "", "match_type": "is", "query": "intrinsic"}, {"property": "text-align-last", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-transform", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "text-rendering", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-line-box-contain", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "-webkit-hyphenate-character", "action": "remove", "action_data": "", "match_type": "*", "query": ""}, {"property": "font-weight", "action": "change", "action_data": "normal", "match_type": "is", "query": "light"}, {"property": "box-decoration-break", "action": "remove", "action_data": "", "match_type": "is", "query": "slice"}, {"property": "background-color", "action": "remove", "action_data": "", "match_type": "is", "query": "FFFFFF"}]',
'unsmarten_punctuation': False,
'unwrap_lines': False,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: MOBI Input running
on c:\CALIBRE\calibre_endt5h\pcespm.mobi
Extracting text...
Adding anchors...
Extracting images...
Cleaning up HTML...
Parsing HTML...
Converting style information to CSS...
Creating OPF...
Parsing all content...
Parsing styles.css ...
Parsing index.html ...
Failed to parse content in index.html
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\reader.py", line 176, in _manifest_prune_invalid
File "site-packages\calibre\ebooks\oeb\base.py", line 1031, in fget
File "site-packages\calibre\ebooks\oeb\base.py", line 949, in _parse_xhtml
File "site-packages\calibre\ebooks\oeb\parse_utils.py", line 175, in parse_html
File "site-packages\calibre\ebooks\conversion\preprocess.py", line 592, in __call__
MemoryError

Referenced file u'index.html' not in manifest
Parsing index.html ...
Failed to read from manifest entry with id: added, ignoring
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\reader.py", line 200, in _manifest_add_missing
File "site-packages\calibre\ebooks\oeb\base.py", line 1031, in fget
File "site-packages\calibre\ebooks\oeb\base.py", line 949, in _parse_xhtml
File "site-packages\calibre\ebooks\oeb\parse_utils.py", line 175, in parse_html
File "site-packages\calibre\ebooks\conversion\preprocess.py", line 592, in __call__
MemoryError

Spine item 'id1' not found
Python function terminated unexpectedly
Spine is empty (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 101, in main
File "site.py", line 78, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 195, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 33, in gui_convert_override
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 26, in gui_convert
File "site-packages\calibre\ebooks\conversion\plumber.py", line 1099, in run
File "site-packages\calibre\ebooks\conversion\plumber.py", line 1292, in create_oebbook
File "site-packages\calibre\ebooks\oeb\reader.py", line 72, in __call__
File "site-packages\calibre\ebooks\oeb\reader.py", line 703, in _all_from_opf
File "site-packages\calibre\ebooks\oeb\reader.py", line 348, in _spine_from_opf
calibre.ebooks.oeb.base.OEBError: Spine is empty

Last edited by theducks; 03-20-2018 at 10:27 AM. Reason: wrapped in SPOILER
deback is offline   Reply With Quote
Old 03-20-2018, 09:20 AM   #15
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
It's run out of memory. You need to use 64-bit Calibre to convert very big books.
HarryT is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
File size of PDF output is far too big! Parvati Conversion 5 11-21-2014 04:10 PM
Very big mobi file buscon Conversion 5 08-19-2012 06:47 PM
file too big?? bla Ectaco jetBook 0 06-08-2011 01:45 PM
File too big for the JBL? GA Russell Ectaco jetBook 4 03-18-2010 12:57 AM
File too big kennyk Sony Reader 5 05-13-2008 10:04 AM


All times are GMT -4. The time now is 05:47 PM.


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