create_hwpx_document
Create a .hwpx document from a JSON content list. Supports text items and tables (rendered as flat text rows).
Instructions
Create a new .hwpx file from a JSON content list of {type:'text',text} items. Tables (type:'table',headers,rows) are rendered as flat text rows in v0.2. Args: output_path (must end with .hwpx), content (JSON string of items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | ||
| content | Yes |