December 28, 2021December 29, 2021Remove password from PDF Ubuntu General by Curt Sahd 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