create_document
Creates a new blank Word document or from a .dotx template, automatically opening it for immediate editing with text, tables, and other tools.
Instructions
Create a new blank .docx document (or from a .dotx template).
The document is automatically opened for editing after creation. Use save_document to save changes, or start editing immediately with insert_text, add_table, etc.
Args: output_path: Path for the new .docx file. template_path: Optional path to a .dotx template file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | ||
| template_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |