Skip to content

Instantly share code, notes, and snippets.

@martgil
Created October 7, 2025 09:58
Show Gist options
  • Select an option

  • Save martgil/b4a21afdbce3a65934f4a56e2abf0d72 to your computer and use it in GitHub Desktop.

Select an option

Save martgil/b4a21afdbce3a65934f4a56e2abf0d72 to your computer and use it in GitHub Desktop.
# depends on sudo apt install ghostscript
gs -o clean.pdf -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dQUIET \
-dDetectDuplicateImages=true -dCompressFonts=true \
-dPDFSETTINGS=/prepress -sColorConversionStrategy=Gray \
-dProcessColorModel=/DeviceGray \
-dCompatibilityLevel=1.4 \
input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment