Unlock Certificate Encrypted PDF operation

Unlocks a PDF document when given a PDF document encrypted with a certificate. A PDF document must be unlocked in order 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 certificate.

Input PDF

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

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

Credential Alias

A string value that represents the name of the local credential alias used to remove certificate encryption security from the PDF document.

The name of the local credential alias must be present and is managed by using Trust Store Management. (See Trust Store Management Help .)

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 EncryptionServiceException exception.

// Ethnio survey code removed