Protect PDF

Protect PDF

Description

You can protect your PDF file.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
FileFile in PDF format.The file which shall be protected. Must be an actual PDF file – Base64 string or plain text is not supported.✔️-
Owner Password StringProtect the editing of the PDF with the owner password.-
User PasswordStringProtect the opening of the PDF with the user password.-

Output

ResponseTypeDescription
File responsePDFThe protected PDF file as a downloadable object.
File response as stringStringThe binary *PDF file encoded as a string. Useful for storing in variables, Dataverse, or passing to other actions.
MIME typeStringThe MIME type of the protected PDF (typically application/pdf).
ExtensionStringThe file extension of the output, usually pdf.

Power Automate Examples

Protect PDF

We use the Get file content using path action to retrieve a PDF file from our OneDrive as input, protect it via our action and then use the OneDrive "Create file" action to save it.

Picture

There are no options available in this action.

💡

Looking for the response to this example? Scroll up to see the Output tab.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!