convert_html_to_docx
Convert HTML files to DOCX format. Optionally apply styling from a reference document.
Instructions
Convert HTML to Word document.
Args: input_path: Path to input HTML file output_path: Optional output DOCX path reference_doc: Optional reference DOCX for styling
Returns: Output path or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| reference_doc | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |