Remove Password from PDF
- 15 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Remove Password from PDF
- Updated on 15 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?