Secure PDF

Discover more about the Secure PDF component and how to use it on the Digibee Integration Platform.

SecurePDF allows you to define a password, or specific settings (read only, print, fill in form, and so on) for an existing PDF file.

Parameters

Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB).

ParameterDescriptionDefault valueData type

File Name (DB)

Name or path of the PDF file that should receive the eventual password, or permissions.

{{ message.fileName }}

String

Set password

If the option is activated, the inclusion of a password in the PDF file is allowed to generate a protected document.

False

Boolean

Password (DB)

Password to protect the PDF file.

N/A

String

Custom permissions

If the option is activated, several options for access permissions on the PDF file are available; otherwise, the PDF file will be generated with full permissions.

False

Boolean

Read only

Access permission that sets the PDF file as "read-only". If the option is activated, all other access permissions will be deactivated.

False

Boolean

Assemble document

Allows pages to be added, rotated, and removed from the file.

False

Boolean

Modify

Allows you to modify the file.

False

Boolean

Modify annotations

Allows you to add or modify text annotations in the file.

False

Boolean

Extract content

Allows you to extract texts and images from the file.

False

Boolean

Extract for accessibility

Allows you to extract text and images from the file, for accessibility purposes.

False

Boolean

Print

Allows printing the file.

False

Boolean

Print degraded

Allows for degraded printing of the file.

False

Boolean

Fill in Form

Allows you to fill in forms with interactive fields.

False

Boolean

Fail On Error

If the option is activated, the execution of the pipeline with error will be stopped; otherwise, the pipeline execution continues, but the result will show a false value for the “success” property.

False

Boolean

Last updated