Skip to content

Instantly share code, notes, and snippets.

@wteuber
Forked from knugie/reduce_pdf.sh
Created February 1, 2024 16:18
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 wteuber/859850a85ac475cb451d3cb0644e67df to your computer and use it in GitHub Desktop.
Save wteuber/859850a85ac475cb451d3cb0644e67df to your computer and use it in GitHub Desktop.
reduce pdf size
#reduce PDF size
#-dPDFSETTINGS
# /screen
# /ebook
# /printer
# /prepress
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -sOutputFile=out.pdf in.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment