set the option <generatePdf>true</generatePdf> in the declarations section of the report module
<reports ......> <declarations> <chartFormat id="chartFormat1"> .... </chartFormat> <summaryFormat id="formatStatusMap"> .... </summaryFormat> <htmlTableFormat id="htmlTableFormat1NL" tableStyle="tableStyle1"> .... </htmlTableFormat> <dateFormat id="dateFormat1"> ... </dateFormat> <numberFormat id="numberFormat1"> ... </numberFormat> <generatePdf>true</generatePdf> <generatePdfCommandLineOptions>--orientation Landscape</generatePdfCommandLineOptions> <templateDir>$REPORT_TEMPLATE_DIR$</templateDir> <reportsRootDir>$REPORT_ROOT_DIR$</reportsRootDir> <reportsRootSubDir>nl/fluvial</reportsRootSubDir> <sendToLocalFileSystem>true</sendToLocalFileSystem> <timeZone .. <locale .... </declarations> |
Currently the wkhtmltopdf program is used, which is available for windows and various linux distributions
Notes: