A neat little utility to remove the password from a PDF is qpdf.
To get started install qpdf
sudo apt-get install qpdf
Remove the password using the following command
qpdf --password=YOUR-PASSWORD-HERE --decrypt input.pdf output.pdf
A neat little utility to remove the password from a PDF is qpdf.
To get started install qpdf
sudo apt-get install qpdf
Remove the password using the following command
qpdf --password=YOUR-PASSWORD-HERE --decrypt input.pdf output.pdf