mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #5590 (PDF convert failure)
This commit is contained in:
parent
7e56edf946
commit
16a804c0e2
@ -94,6 +94,7 @@ class PDFOutput(OutputFormatPlugin, CoverManagerPDF):
|
||||
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.setup_cover(self.opts)
|
||||
self.insert_cover()
|
||||
with TemporaryDirectory('_pdf_out') as oeb_dir:
|
||||
|
Loading…
x
Reference in New Issue
Block a user