render_hwp_page
Render a single page of an HWP or HWPX document as SVG. Specify a file path and optional page number to get an SVG string or save it to a file.
Instructions
Render a single page of an HWP/HWPX document as SVG. If output_path is omitted, the raw SVG string is returned inline (useful for direct LLM consumption). 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 |