Skip to content

Instantly share code, notes, and snippets.

@langheran
Created May 28, 2019 17:21
Show Gist options
  • Save langheran/a2fced8eb469a332129b38c4f6310759 to your computer and use it in GitHub Desktop.
Save langheran/a2fced8eb469a332129b38c4f6310759 to your computer and use it in GitHub Desktop.
Convert 1.6 PDF to 1.5
"C:\Program Files (x86)\gs\gs9.27\bin\gswin32c.exe" -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=The-C-Programming-Language.pdf The-C-Programming-Language-original.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment