Home arrow Linux Tips arrow Function to remove a password from a PDF
Syndicate
Function to remove a password from a PDF PDF Print E-mail
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 )
<Previous   Next>

Mambo is Free Software released under the GNU/GPL License.