| Sets the output file type.
Allowed type: pdf, xml, html, rtf, xls, jxl, csv and odt.
- pdf
- The PDF format.
- rtf
- The RTF format (Rich Text Format).
- xls
- The Microsoft Excel format generated with Apache POI.
- jxl
- The Microsoft Excel format generated with JExcelApi.
- csv
- The CSV format (Comma-Separated Values)
- odt
- The OpenOffice Writer format
Parameters: type - type of output file. If type is null, assign it a default value "pdf". since: 3.0.3 |