Skip to content

Instantly share code, notes, and snippets.

@kainio
Created December 16, 2020 19:24
Show Gist options
  • Save kainio/5e291bdb5c71adb3832b04eeb4297a3e to your computer and use it in GitHub Desktop.
Save kainio/5e291bdb5c71adb3832b04eeb4297a3e to your computer and use it in GitHub Desktop.
Convert a colored pdf to monchrome
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