space
This commit is contained in:
parent
19e790fc3a
commit
9d01259d66
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def page(pdf, page):
|
||||||
'pdftocairo',
|
'pdftocairo',
|
||||||
pdf,
|
pdf,
|
||||||
'-jpeg',
|
'-jpeg',
|
||||||
'-f', str(page), '-l', str(page),
|
'-f', str(page), '-l', str(page),
|
||||||
'-scale-to', '1024', '-cropbox',
|
'-scale-to', '1024', '-cropbox',
|
||||||
os.path.join(tmp, 'page')
|
os.path.join(tmp, 'page')
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue