Skip to content

Instantly share code, notes, and snippets.

@gauravpaliwal
Created August 3, 2011 01:01
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 gauravpaliwal/1121657 to your computer and use it in GitHub Desktop.
Save gauravpaliwal/1121657 to your computer and use it in GitHub Desktop.
gs -sOutputFile=<name_of_output_file> -sDEVICE=pdfwrite \
-sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray \
-dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH <name_of_file_to_convert> < /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment