Unlock Password Encrypted PDF operation

Returns an unlocked PDF document when given a password-encrypted PDF document as input. A PDF document that is encrypted by using a password must be unlocked for service operations to be performed on it.

Note: Use this operation in short-lived processes to perform additional operations on the unlocked PDF document.

For information about the General and Route Evaluation property groups, see Common operation properties.

Input properties

Properties that represent the encrypted PDF document and password.

Input PDF

A document value that represents a PDF document encrypted with a password to unlock.

If you provide a literal value, clicking the ellipsis button  opens the Select Asset dialog box. (See About Select Asset.)

Password

A string value that represents the password used to open a PDF document that is encrypted with a password.

Output properties

Property to specify an output value that represents the unlocked PDF document.

Output PDF

The location to store the unlocked PDF document. The data type is document.

Exceptions

This operation can throw an EncryptionServiceExceptionexception.

// Ethnio survey code removed