Fix arg list
This commit is contained in:
parent
cfcd318011
commit
4ce13cad00
|
@ -76,13 +76,13 @@ class CLData:
|
|||
|
||||
result = subprocess.run(
|
||||
[
|
||||
'gs'
|
||||
'-sDEVICE=pdfwrite'
|
||||
'-dCompatibilityLevel=1.5'
|
||||
'-dNOPAUSE'
|
||||
'-dQUIET'
|
||||
'-dBATCH'
|
||||
'-dPrinted=false'
|
||||
'gs',
|
||||
'-sDEVICE=pdfwrite',
|
||||
'-dCompatibilityLevel=1.5',
|
||||
'-dNOPAUSE',
|
||||
'-dQUIET',
|
||||
'-dBATCH',
|
||||
'-dPrinted=false',
|
||||
'-sOutputFile=outputs/' + unique_id + '.compressed.pdf',
|
||||
'outputs/' + unique_id + '.pdf'
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue