Step Details |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 7.10.0 |
| Location | Data > PDF |
The Remove Password From PDF step takes the Document byte list Input, unlocks it with the provided Password string Input, and outputs a new Document byte list without password protection.
Properties
Inputs
| Property | Description | Data Type |
|---|
| Document | PDF Document to remove the password from. | FileData |
| Password | The current password of the PDF to remove. | String |
Outputs
| Property | Description | Data Type |
|---|
RemovePasswordFromPdf1_Output
| PDF with no password. | List of Byte |
