file_converter_encrypt_action
Add password protection to a PDF file to restrict access. Provide the PDF URL and a password to generate an encrypted document.
Instructions
Password-protect a PDF file. Restricts who can open and read the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file_url | Yes | S3 or public URL of the PDF to encrypt. | |
| password | Yes | Password to set on the PDF. | |
| output_variable_name | Yes | Variable name for the result. | encrypted_pdf |