This commit is contained in:
Kovid Goyal 2010-05-22 10:03:23 -06:00
parent 16a804c0e2
commit 151e2d745e

View File

@ -94,7 +94,7 @@ class PDFOutput(OutputFormatPlugin, CoverManagerPDF):
self.log.debug('Serializing oeb input to disk for processing...') self.log.debug('Serializing oeb input to disk for processing...')
self.opts.no_svg_cover = True self.opts.no_svg_cover = True
self.opts.no_default_epub_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.setup_cover(self.opts)
self.insert_cover() self.insert_cover()
with TemporaryDirectory('_pdf_out') as oeb_dir: with TemporaryDirectory('_pdf_out') as oeb_dir: