Skip to content

Instantly share code, notes, and snippets.

@hitautodestruct
Created June 24, 2018 08:05
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 hitautodestruct/1f576950a122e12ea92f2e240eadeea5 to your computer and use it in GitHub Desktop.
Save hitautodestruct/1f576950a122e12ea92f2e240eadeea5 to your computer and use it in GitHub Desktop.
Reduce pdf file size on linux/osx cli
# !/bin/sh
# Possible values are: /screen, /ebook, /printer, /prepress
# https://www.techwalla.com/articles/reduce-pdf-file-size-linux
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -sOutputFile=output.pdf top-decor-prospect.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment