Remove a PDF password
unlock_pdfRemove the password from a PDF you know the password for, producing an unrestricted copy. The password is used once and never stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | A single input file, given as either an HTTPS url or base64 contents. | |
| password | Yes | The password that currently opens the PDF. | |
| output_filename | No | Name for the unlocked file. |