Donnerstag, 14. Januar 2010

Removing a password from a PDF file

One of my tutors protects PDF files with a password although they are only accessible after you've authenticated yourself as a student. Since it is annoying to enter a password each and every time you open one of those PDFs, you can use QPDF to get rid of the password:

qpdf --password=<PASSWORD> --decrypt input.pdf output.pdf

1 Kommentare:

Uli Staerk hat gesagt…

Ich mach es immer mit pdftk