Skip to content

Instantly share code, notes, and snippets.

@573
Created April 15, 2024 15:49
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 573/929cd188200ad6561f246eca506dc609 to your computer and use it in GitHub Desktop.
Save 573/929cd188200ad6561f246eca506dc609 to your computer and use it in GitHub Desktop.
pdf tip: decrypt password protected pdf
  export PW=... # w/o quotes
qpdf -password=$PW -decrypt /path/to/secured.pdf out.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment