soiz1 commited on
Commit
a73632a
·
verified ·
1 Parent(s): 63d758b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def rasterize_and_report(input_pdf):
12
  "-sDEVICE=pdfwrite",
13
  "-dFILTERVECTOR",
14
  "-dCompatibilityLevel=1.4",
15
- "-dPDFSETTINGS=/screen",
16
  "-dNOPAUSE",
17
  "-dBATCH",
18
  "-dQUIET",
 
12
  "-sDEVICE=pdfwrite",
13
  "-dFILTERVECTOR",
14
  "-dCompatibilityLevel=1.4",
15
+ "-dPDFSETTINGS=/printer",
16
  "-dNOPAUSE",
17
  "-dBATCH",
18
  "-dQUIET",