FiveFeet
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.