PDF Output: Add missing option when generating the PDF Printer for comics.

This commit is contained in:
John Schember 2010-12-27 06:58:39 -05:00
parent 30050f0033
commit 24a4261378

View File

@ -217,7 +217,7 @@ class ImagePDFWriter(object):
os.remove(f.name)
def render_images(self, outpath, mi, items):
printer = get_pdf_printer(self.opts)
printer = get_pdf_printer(self.opts, for_comic=True)
printer.setOutputFileName(outpath)
printer.setDocName(mi.title)
printer.setCreator(u'%s [%s]'%(__appname__, __version__))