The following example shows you how to load HTML content from a file and convert it to a Word document. You can use the loadFromHtml method to load from a file or stream.
The following example shows you how to import HTML content directly from a string using the importHtml method.
The following example shows you how to append HTML content to an existing Word document using the appendHtml method.