Pages

Saturday, October 03, 2020

How to convert a password protected pdf to unprotected pdf.

 Suppose you send your password protected Bank Statement in pdf to some entity to show your financial capacity the other party can't read it without password.

You can convert the password protected pdf to unprotected pdf using pdftk.

pdftk /home/user/Documents/BankStatement.pdf input_pw password output /home/user/Documents/BankStatementcopy.pdf

Replace password with actual password.

The BankStatementcopy.pdf will be an unprotected pdf and could be opened by anyone and you can send it.

No comments:

Post a Comment