diff --git a/compress-pdf.sh b/compress-pdf.sh new file mode 100644 index 0000000..201e607 --- /dev/null +++ b/compress-pdf.sh @@ -0,0 +1 @@ + gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final.pdf main.pdf \ No newline at end of file