unprotect_document
Remove password protection from Word documents. Enter the filename and password to unlock and edit secure files with ease.
Instructions
Remove password protection from a Word document.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes | ||
password | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"title": "Filename",
"type": "string"
},
"password": {
"title": "Password",
"type": "string"
}
},
"required": [
"filename",
"password"
],
"type": "object"
}