You are viewing limited content. For full access, please sign in.

Question

Question

pdf encryption not working with token

asked on June 8, 2015

I am trying to encrypt a pdf attached to an email in workflow. When I try to use a token for the password the token is removed when I click ok, thereby creating no password at all.

 

Not sure what I am doing wrong here.

0 0

Replies

replied on June 10, 2015

Hi Darrell,

When you go back to check if the password you set works, can you confirm that you are selecting the entry you attached, and that you are not adding a new attachment each time you check? So when you are in the email editor, double click on the entry you attached to view the properties, instead of clicking add attachment. 

 

0 0
replied on June 10, 2015

That is what I am doing. See attached. smiley When I receive the email I am not prompted to enter a password before opening the file. It just opens.  

WF image.png
WF image.png (97.26 KB)
0 0
replied on June 10, 2015

This is just a display issue when you reopen the dialog. The token is saved in the Workflow definition.

0 0
replied on June 10, 2015

How do I check the WF definition to verify? I went to the WF Admin console but am unable to open the specific, or any, definitions.

0 0
replied on June 10, 2015

If you save the workflow definition locally, you can open it in a text editor. If PDF passwords are off, you'll see something like this in the Email activity's XML:

<UsePDFPassword>true</UsePDFPassword>

If it's got a password set, it will look like this:

<UsePDFPassword>true</UsePDFPassword>
<PdfPassword>
       <SecureString Version="2" Value="JrN9SUAL1rc=" />
 </PdfPassword>

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.