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