Created
July 20, 2024 08:41
-
-
Save almoorthi/8fa707ab11b7f5307e26866d0daa0a36 to your computer and use it in GitHub Desktop.
This file contains 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
#usecase: remove pdf password, os: works in MacOS10+ | |
#pre-requisite: brew install qpdf; | |
qpdf --password='file-password' --decrypt password-protected-file.pdf file-without-password.pdf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment