Last active
January 24, 2022 07:29
-
-
Save atharva-lipare/8213c5c4243bb7172b6d137bd7748180 to your computer and use it in GitHub Desktop.
Remove password from pdf using qpdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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