Encrypting a PDF File
  • 03 Jun 2022
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

Encrypting a PDF File

  • Dark
    Light

Article summary

Overview

Encrypting files adds an extra layer of security when sending files.  It ensures those who need access to it can open them and those that are not able to not see potentially sensitive information. Set a password on a PDF file and use the AES 256 encryption algorithm to encrypt the file.

To learn more about Encryption in Decisions, see Encryption Overview.

Example

  1. In a Designer Project, click CREATE FLOW and select Flow. Name the Flow and click CREATE. 
  2. Click the Done path of the Start step. Navigate to All Steps [Catalog] > Data > PDF and select Set PDF Password (Advanced).
  3. On the Properties panel, set the PDF Document field from Unknown to Constant and select a PDF file. Select the Value checkbox under the Use AES256 field and enter "password%" for the User Password field.
  4. Connect the Done step to the End step.
  5. Click Save to save changes to the Flow.


Debug

  1. On the top action bar, click Debug. Click START DEBUGGING.
  2. After the debugger runs, select the Set PDF Password (Advanced) step, select Execution 1, and select View Input/Output Data.





Was this article helpful?