Add PDF Security
add-pdf-securityAdd password-based security restrictions (owner / optional user password) to a PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Publicly reachable URL of the PDF file to protect. | |
| async | No | Run the action asynchronously and return a job id instead of the result. Poll "check-job-status" or set "webhook_url" to receive a callback. | |
| webhook_url | No | Callback URL invoked when an async job finishes. Only used when "async" is true. | |
| user_password | No | Optional user password required to open the document. | |
| owner_password | Yes | Owner password used for full-access permissions. |