Skip to content

Instantly share code, notes, and snippets.

@jeremy-rutman
Last active November 3, 2020 19:46
Show Gist options
  • Select an option

  • Save jeremy-rutman/b87da1517419f3c2c491210e100f8f6c to your computer and use it in GitHub Desktop.

Select an option

Save jeremy-rutman/b87da1517419f3c2c491210e100f8f6c to your computer and use it in GitHub Desktop.
convert color pdf to grayscale
jeremy@jeremy-Blade:$ gs \
-sOutputFile=output.pdf \
-sDEVICE=pdfwrite \
-sColorConversionStrategy=Gray \
-dProcessColorModel=/DeviceGray \
-dCompatibilityLevel=1.4 \
-dNOPAUSE \
-dBATCH \
input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment