How to make report using HTML template ?

How to make report using HTML template and PDF?

Hi,
How to create HTML templates is described in the documentation: HTML Template - CUBA Platform. Report Generator

A report which has template in one of supported formats (DOCX, XLSX etc) could also be printed to PDF. To enable that option just specify Output type = “PDF” for the report template.
Which formats could be converted to PDF is described here: Output format compliance matrix - CUBA Platform. Report Generator

Note, that in most cases (see the compliance matrix) for conversion to PDF the platform uses OpenOffice/LibreOffice. So the path to it must be correctly adjusted in the application properties. For more information see Appendix A: Installing and Configuring OpenOffice - CUBA Platform. Report Generator.

Regards.