PDFUnlocker
Removing the password protection from a PDF file and adding a new file entry with the unlocked PDF.
python · Common Scripts
Details
| ID | PDFUnlocker |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/readpdf:1.0.0.9067966 |
README
Removes the password protection from a PDF file and adds a new file entry with the unlocked PDF.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | - |
Inputs
| Argument Name | Description |
|---|---|
| entryID | The entry ID with the PDF file. |
| password | The password for the PDF file. |
Outputs
There are no outputs for this script.
commonfields: id: PDFUnlocker version: -1 name: PDFUnlocker script: '' type: python subtype: python3 tags: [] comment: Removing the password protection from a PDF file and adding a new file entry with the unlocked PDF. enabled: true args: - name: entryID required: true default: true description: Entry ID with PDF file. - name: password required: true secret: true description: Password of PDF file. scripttarget: 0 dockerimage: demisto/readpdf:1.0.0.9067966 fromversion: 5.0.0 tests: - PDFUnlocker-Test