Skip to content

Instantly share code, notes, and snippets.

@sachindayl
Last active January 14, 2022 19:17
Show Gist options
  • Save sachindayl/b76fe811db7d273363f5757c60d76c05 to your computer and use it in GitHub Desktop.
Save sachindayl/b76fe811db7d273363f5757c60d76c05 to your computer and use it in GitHub Desktop.
PDF convert and reduce size

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook
-dNOPAUSE -dBATCH -dColorImageResolution=150
-sOutputFile=output.pdf file-to-convert.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment