pdf_decrypt
Remove password protection from an encrypted PDF by providing the correct password. Saves an unencrypted copy that can be opened without a password.
Instructions
Remove password protection from an encrypted PDF. Requires the correct password. Saves an unencrypted copy that can be opened without a password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the encrypted PDF file | |
| password | Yes | Password to unlock the PDF | |
| outputPath | Yes | Path where the decrypted (unprotected) PDF will be saved |