Follow all the steps in the previous post, except name the action Decrypt and replace the cmd.exe arguments in step 4 with:
C:\windows\system32\cmd.exe
/C C:\windows\system32\pdftk.exe "%1" input_pw PROMPT
output "%1.decrypted.pdf"
Providing useful tips and tricks for Adobe's PDF files usage
2 comments:
Hello,
The encryption example simply applies a user password to the selected PDF, so nobody can open it without the password. The decryption example removes all standard security upon success. Thanks a lot.
I just followed the same that you have mentioned in the previous article and successfully added a context menu item. You have posted all the necessary steps which are easy to follow. Thanks for posting.
PDF signature
Post a Comment