diff options
-rwxr-xr-x | cli/pdf-compress.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/pdf-compress.sh b/cli/pdf-compress.sh index 9f68c4c..3551fce 100755 --- a/cli/pdf-compress.sh +++ b/cli/pdf-compress.sh @@ -43,6 +43,7 @@ gs -dNOPAUSE -dBATCH -dSAFER \ -sDEVICE=pdfwrite \ -dCompatibilityLevel=1.4 \ -dPDFSETTINGS="/${quality}" \ + -dPrinted=false \ -dEmbedAllFonts=true \ -dSubsetFonts=true \ -dColorImageDownsampleType=/Bicubic \ |