exportAsHtml

public final void exportAsHtml(String filepath)

Exports the document as HTML format to the specified file path.

Parameters

filepath

The file path where the HTML document will be saved.


public final void exportAsHtml(FileOutputStream stream)

Exports the document as HTML format to the specified stream.

Parameters

stream

The stream where the HTML document will be written.