adds onesheet to compression script

This commit is contained in:
2023-03-31 21:03:05 +02:00
parent ccbdef3ac2
commit 1d5ab67579

1
compress-pdf.sh Normal file → Executable file
View File

@@ -1,2 +1,3 @@
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final.pdf main.pdf
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final-covers.pdf covers.pdf
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final-onesheet.pdf onesheet.pdf