Skip to content

Instantly share code, notes, and snippets.

@mperlet
Created June 6, 2017 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mperlet/3b93dbaa23df8210933921b54f3ba748 to your computer and use it in GitHub Desktop.
Save mperlet/3b93dbaa23df8210933921b54f3ba748 to your computer and use it in GitHub Desktop.
compress pdf file $> cpdf my_large_pdf_file.pdf
function cpdf() {
/usr/bin/gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=$1.compress.pdf $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment