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