July 25, 2014
In a terminal, type:
sudo apt-get install pdftk
Then, to add a password to a PDF file, type:
pdftk <input-file> output <output-file> user_pw <password>
Example:
#linux #password #pdf #ubuntupdftk input.pdf output output.pdf user_pw 1234
Go to comments