Created
December 16, 2020 19:24
-
-
Save kainio/5e291bdb5c71adb3832b04eeb4297a3e to your computer and use it in GitHub Desktop.
Convert a colored pdf to monchrome
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
pdf2ps ~/Documents/orchardcore.pdf ~/output-file.ps | |
gs \ | |
-o ~/output.pdf \ | |
-sDEVICE=pdfwrite \ | |
-c "/setrgbcolor{0 mul 3 1 roll 0 mul 3 1 roll 0 mul 3 1 roll 0 mul add add setgray}def" \ | |
-f ~/output-file.ps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment