adds ghostscript bash-file for further compression of the pdf

compress-pdf.sh uses main.pdf to generate final.pdf
This commit is contained in:
2023-03-30 01:47:44 +02:00
parent 2e7c5db1bc
commit e0f2bc813b

1
compress-pdf.sh Normal file
View File

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