export As Html
Exports the document as HTML format to the specified file path.
Parameters
filepath
The file path where the HTML document will be saved.
Exports the document as HTML format to the specified stream.
Parameters
stream
The stream where the HTML document will be written.