Skip to content

Instantly share code, notes, and snippets.

@vinaysyadav
Created July 11, 2016 10:46
Show Gist options
  • Save vinaysyadav/8ca4102b9bd6abcc2dff8c31b4f7ec8b to your computer and use it in GitHub Desktop.
Save vinaysyadav/8ca4102b9bd6abcc2dff8c31b4f7ec8b to your computer and use it in GitHub Desktop.
# Script to reduce size of PDF file in Linux.
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -sOutputFile=new_file.pdf original_file.pdf
@vinaysyadav
Copy link
Author

gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -sOutputFile=new_file.pdf original_file.pdf

This code for better output quality.

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