Skip to content

Instantly share code, notes, and snippets.

@aaguilera
Created August 21, 2023 10:55
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 aaguilera/5aea85389e8e5edd336a778aebd7df4d to your computer and use it in GitHub Desktop.
Save aaguilera/5aea85389e8e5edd336a778aebd7df4d to your computer and use it in GitHub Desktop.
Reduce PDF file size
Found here: https://www.documentsnap.com/reduce-pdf-file-size-ghostscript/
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment