render_hwp_page
Render a specific page of a Hangul Word Processor document as SVG, returning the SVG string for direct use or saving 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 |