render_hwp_html
Converts a page from HWP or HWPX files into HTML format, enabling AI assistants to read document content when SVG rendering is not suitable.
Instructions
Render a single page of an HWP/HWPX as HTML. Useful for AI consumption when SVG isn't ideal. Args: file_path, page (0-based, default 0), output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| page | No | ||
| output_path | No |