Skip to content

Instantly share code, notes, and snippets.

@auryn31
Last active April 5, 2022 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auryn31/b0460714894aed7c6616d71308104eb1 to your computer and use it in GitHub Desktop.
Save auryn31/b0460714894aed7c6616d71308104eb1 to your computer and use it in GitHub Desktop.
Remove a password of an Encrypted PDF using Terminal, more options: https://qpdf.readthedocs.io/en/latest/cli.html
brew install qpdf
qpdf --password=*** --decrypt input.pdf output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment