Word document to HTML
doc_to_htmlConvert .docx files to semantic HTML for browser viewing and PDF printing.
Instructions
Call this tool to convert a .docx to semantic HTML you can open in a browser and print to PDF. Returns the path of the .html file. This is the supported PDF route; no PDF is rendered here. Free and unlimited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .docx file to convert | |
| out_path | No | Where to write the .html. Defaults next to the source file. Open the result and print it to PDF; direct PDF output is not offered here | |
| overwrite | No | Replace out_path if a file is already there. Default false: an existing file is never overwritten |