docx.open
Open a DOCX document via file path or base64 content to access and edit its text, tables, and other elements.
Instructions
Open a DOCX document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | File path to DOCX document | |
| bufferBase64 | No | Base64-encoded DOCX file content |