password parameter when calling the API.
Why does parsing password-protected documents require ZDR?
Because passwords must be transmitted to decrypt documents, ZDR ensures that sensitive credentials are not stored or logged by .Supported File Types for Password-Protected Parsing
The following file types support password-protected parsing:| Category | Extensions |
|---|---|
| Text Documents | DOC, DOCX, ODT |
| Presentations | PPT, PPTX |
| Spreadsheets | XLSX |
Parse Password-Protected Files with the API
Add thepassword parameter to your request when parsing a password-protected file. The parameter is optional. If the file is not password-protected, the value is ignored.
If you submit a password-protected file without the
password parameter, the request returns a 422 error. For more information, go to Troubleshoot Parsing.
