writeHtml()
Convert the report to HTML format.
Usage
writeHtml( converter = "tth", credit = False )
Parameters
- converter (string)
- Specifies the converter. Valid values are tth and htlatex.
- credit (boolean)
- Specifies whether tth credit should be exist in HTML output or not.
Return Value
None
Description
This routine converts the report to HTML format. The converter is
given by converter. For
example,
rep.writeHtml( )