mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-09 14:56:13 +01:00
...
This commit is contained in:
parent
16a804c0e2
commit
151e2d745e
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ def convert_text(self, oeb_book):
|
|||
self.log.debug('Serializing oeb input to disk for processing...')
|
||||
self.opts.no_svg_cover = True
|
||||
self.opts.no_default_epub_cover = True
|
||||
self.opts.preserve_cover_aspect_ratio= False
|
||||
self.opts.preserve_cover_aspect_ratio = False
|
||||
self.setup_cover(self.opts)
|
||||
self.insert_cover()
|
||||
with TemporaryDirectory('_pdf_out') as oeb_dir:
|
||||
|
|
|
|||
Loading…
Reference in a new issue