Copy link to clipboard
Copied
I would like to apply simple password to a PDF that's created using VBA. Can this be done using Adobe SDK?
Anyone has sample code to share? Thanks heaps .
[Question moved to the Acrobat SDK forum. -Mod]
No, it cannot, as allowing the password across an insecure channel would not be a good idea.
Copy link to clipboard
Copied
No, it cannot, as allowing the password across an insecure channel would not be a good idea.
Copy link to clipboard
Copied
What about encrypt the pdf file with password? Any sample code to share? Thanks in advance!
Copy link to clipboard
Copied
That's the same thing: setting a password is encrypting with a password. Still no.
If you are a C++ programmer you might be able to create a plug-in that does this.