Skip to content

Instantly share code, notes, and snippets.

@tasdikrahman
Created November 22, 2015 06:56
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 tasdikrahman/1d6aa3ca88310eb91dea to your computer and use it in GitHub Desktop.
Save tasdikrahman/1d6aa3ca88310eb91dea to your computer and use it in GitHub Desktop.
Compress the size of the pdf's taken by phone using ghostscript
$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf target_file.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment