How to remove password from PDF Install qpdf brew install qpdf To replace contents of PDF run qpdf --password=YOUR_PASSWORD --decrypt --replace-input input.pdf To output to new file run qpdf --password=YOUR_PASSWORD --decrypt input.pdf output.pdf