docx-create
Create a Word document from JSON input with support for images, tables, and rich formatting. Returns a document ID for subsequent operations.
Instructions
Create a new docx from JSON, returns an id. Use docx-getSchema first to understand the required JSON structure. Supports images via 'data' (base64), 'path' (local file), or 'url' (remote image with fallback).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes |