Created
December 30, 2021 04:04
-
-
Save thetwopct/e76d008dab23cda9380b45e1d8d39679 to your computer and use it in GitHub Desktop.
Decrypt a PDF and remove password
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
# install qpdf | |
brew install qpdf | |
# run in the directory | |
qpdf --decrypt --password="password" "original.pdf" "new.pdf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment