Skip to content

Instantly share code, notes, and snippets.

@OleMchls
Created April 27, 2015 15:34
Show Gist options
  • Save OleMchls/6d9c8242c8ad090eb05c to your computer and use it in GitHub Desktop.
Save OleMchls/6d9c8242c8ad090eb05c to your computer and use it in GitHub Desktop.
gs \
-q -dNOPAUSE -dBATCH -dSAFER \
-sDEVICE=pdfwrite \
-dNumRenderingThreads=2 \
-dEmbedAllFonts=true \
-dSubsetFonts=true \
-dDownsampleColorImages=true \
-dColorImageDownsampleType=/Bicubic \
-dColorImageResolution=72 \
-dDownsampleGrayImages=true \
-dGrayImageDownsampleType=/Bicubic \
-dGrayImageResolution=72 \
-dDownsampleMonoImages=true \
-dMonoImageDownsampleType=/Bicubic \
-dMonoImageResolution=72 \
-sOutputFile='out.pdf' \
'in.pdf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment