Windows – How to batch unlock multiple PDFs which have same known password

batchpassword-protectionpdfprint to pdfwindows

I have several PDF files each with the same password that I know.

What tool or method could batch unlock them and provide a copy of each of the PDFs as an unlocked version?

There's CutePDF – could I use this to print all the PDFs to PDF and it will batch unlock them?

Also:
– Virtual Image Printer driver
– sourceforge.net/projects/pdfcreator/‎
– pdfforge.org

Can these unlock in batch?

Best Answer

Use pdftk

pdftk input.pdf output output.pdf user_pw PASSWORD

and a simple for-loop in your shell.

Related Question