This commit is contained in:
Kovid Goyal 2009-01-06 17:58:40 -08:00
parent 036a82a7e2
commit dcec167dee

View File

@ -408,7 +408,6 @@ def create_pdf(pages, profile, opts, thumbnail=None):
for page in pages:
pdf.drawImage(page, x=0,y=0,width=width, height=height)
pdf.showPage()
# Write the document to disk
pdf.save()