Skip to content

Instantly share code, notes, and snippets.

@ereli
Created March 9, 2015 11:02
Show Gist options
  • Save ereli/9825f4d70310845fd5c4 to your computer and use it in GitHub Desktop.
Save ereli/9825f4d70310845fd5c4 to your computer and use it in GitHub Desktop.
How to convert a color pdf into greyscale from the command line
convert -density 600 -colorspace gray input.pdf output_greyscale.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment