FiveFeet
Search ...
Search
Home
Gardening
Other
Projects
Arduino
ESP
Hacks
LED's
MySQL
Raspberry Pi
Programming
Projects
Unix
Trains
Hobbies
Contact
Function to remove a password from a PDF
Function to remove a password from a PDF
$ PdfPasswordDecrypt(){ for i; do qpdf --password=<YOUR PASSWD> --decrypt "$i" "new$i"; done; }
You should install qpdf. That way, you can have a copy without any password required.
Prev
Next