Skip to content

Instantly share code, notes, and snippets.

@vernak2539
Last active March 1, 2023 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vernak2539/9a8d8bd9120841d73c9b74fe5896e9f7 to your computer and use it in GitHub Desktop.
Save vernak2539/9a8d8bd9120841d73c9b74fe5896e9f7 to your computer and use it in GitHub Desktop.
Command-line PDF manipulation
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