This commit is contained in:
j 2019-06-18 09:18:23 +02:00
parent 19e790fc3a
commit 9d01259d66

View file

@ -56,7 +56,7 @@ def page(pdf, page):
'pdftocairo',
pdf,
'-jpeg',
'-f', str(page), '-l', str(page),
'-f', str(page), '-l', str(page),
'-scale-to', '1024', '-cropbox',
os.path.join(tmp, 'page')
]