I have a process I am trying to implement in Workflow that I was hoping to use the "Encrypt PDF" capability to set a password for the document.
I guess I need a few things,
- Does this functionality encrypt the PDF itself? so that when the PDF is on a users workstation that it would not be able to be opened without knowing the password?
- Can I use the "Find User" activity to pull a hashed value of the users login password that would be able to be used as the password for the document?
- Has anyone tried something like this?