render_hwp_all_pages
Convert all pages of an HWP or HWPX file into SVG images saved to a specified directory, with an optional limit on the number of pages rendered.
Instructions
Render every page of an HWP/HWPX as SVG files in a directory. Args: file_path, output_dir (default _pages/), max_pages (optional limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| output_dir | No | ||
| max_pages | No |