-
-
Save ereli/9825f4d70310845fd5c4 to your computer and use it in GitHub Desktop.
How to convert a color pdf into greyscale from the command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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