User`s guide
Report Packages
13-17
Report Packages
A Microsoft Word document packages all of its contents, text, images, style sheets, and so
on, in a single compressed file having a docx extension.
For HTML documents, the DOM API defines an analogous packaging scheme, with an
htmtx compressed file extension. By default, the DOM API generates HTML reports
as htmx files. To generate an HTML report in unzipped format or both zipped and
unzipped format, set the PackageType property of the Document object for a report to
'unzipped' or 'both', respectively.
See Also
Functions
unzipTemplate | zipTemplate
Classes
mlreportgen.dom.Document
More About
• “Document Object Model” on page 13-4