Remove password from PDF Ubuntu

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