|
Function to remove a password from a PDF |
|
|
|
|
Mar 04, 2010 at 08:06 PM |
|
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.
|
|
Last Updated ( Mar 04, 2010 at 08:08 PM )
|