diff options
Diffstat (limited to 'synthetic/pdfcompress.sh')
-rw-r--r-- | synthetic/pdfcompress.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synthetic/pdfcompress.sh b/synthetic/pdfcompress.sh new file mode 100644 index 0000000..54c3555 --- /dev/null +++ b/synthetic/pdfcompress.sh @@ -0,0 +1 @@ +gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed_PDF_file.pdf $1 |