Skip to content

Instantly share code, notes, and snippets.

@stekhn
Created August 9, 2018 09:48
Show Gist options
  • Save stekhn/0222f055db2eddd9cd93d006e859a759 to your computer and use it in GitHub Desktop.
Save stekhn/0222f055db2eddd9cd93d006e859a759 to your computer and use it in GitHub Desktop.
Fix several problems with PDFs just by rewriting them with Ghostscript
gs \
-o fixed.pdf \
-sDEVICE=pdfwrite \
-dPDFSETTINGS=/prepress \
broke.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment