Login to follow
ProtectPDF

ProtectPDF (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 27 August 2025 by Community Labs
ProtectPDF

ProtectPDF (ODC)

Documentation
0.1.0

The PDFProtect action secures a given PDF file by applying password protection and disabling selected features (printing, content extraction, annotations). It leverages the PdfSharp library under the hood and runs as external logic in OutSystems ODC.


🔹 Input Parameters

ParameterTypeDescription
PasswordTextPassword to be applied to the PDF. This will be required to open the protected file.
UnprotectedPDF BinaryThe original PDF file (unprotected) to be secured.


🔹 Output

OutputTypeDescription
Protected PDF BinaryThe resulting password-protected PDF file.