Remove PDF passwords and encryption
Posted by Marius Voila on April 12, 2010 in London, U.K . — 0 comments This post contains 73 wordsHave you ever gotten a pdf with one of those annoying passwords? A while back I bought an e-book and it came with a password. Its really annoying especially if I want to read it on a mobile device. Anyway if you are annoyed as much as I am fear no more.
Install qpdf
aptitude install qpdf
Decrypt your pdf
qpdf --password=password --decrypt input.pdf output.pdf