Files
SimplLatexMenu/compress-pdf.sh
Michael Beck e0f2bc813b adds ghostscript bash-file for further compression of the pdf
compress-pdf.sh uses main.pdf to generate final.pdf
2023-03-30 01:47:44 +02:00

1 line
120 B
Bash

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final.pdf main.pdf