Skip to content

Instantly share code, notes, and snippets.

@atharva-lipare
Last active January 24, 2022 07:29
Show Gist options
  • Save atharva-lipare/8213c5c4243bb7172b6d137bd7748180 to your computer and use it in GitHub Desktop.
Save atharva-lipare/8213c5c4243bb7172b6d137bd7748180 to your computer and use it in GitHub Desktop.
Remove password from pdf using qpdf
qpdf -password=<your-password> -decrypt /path/to/secured.pdf out.pdf
Source: https://askubuntu.com/questions/828720/how-to-remove-the-password-from-a-pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment