Skip to content

Instantly share code, notes, and snippets.

@compleatang
Last active September 18, 2019 17:00
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save compleatang/6046249 to your computer and use it in GitHub Desktop.
Save compleatang/6046249 to your computer and use it in GitHub Desktop.
Decrypt PDFs with Ghostscript
ghostscript -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=unencrypted.pdf -c .setpdfwrite -f i-485.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment