convert_html_to_pdf
Convert HTML files to PDF documents. Specify the input HTML file path and optionally set the output PDF path.
Instructions
Convert HTML to PDF.
Args: input_path: Path to input HTML file output_path: Optional output PDF path (auto-generated if not provided)
Returns: Output path or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |