Main Content
Output Types and Report Generator Packages
A Microsoft® Word document packages all its contents, text, images, style sheets, and so on,
in a single compressed .docx
file.
For HTML documents, the DOM API defines an analogous packaging scheme, with an
htmx
compressed file extension. By default, the DOM API generates
HTML reports as .htmx
files.
To generate an HTML report in unzipped format, or in zipped and unzipped format, set
the PackageType
property of the Document
object
for a report to 'unzipped'
or 'both'
,
respectively.
You can also output HTML as a single .html
file.
PDF outputs a single .pdf
file.