cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine
https://www.cuba-platform.com
Apache License 2.0
239 stars 75 forks source link

Cannot convert an existing docx document to PDF #132

Closed aenkirch closed 4 years ago

aenkirch commented 4 years ago

Environment

Description of the bug or enhancement

Created a ReportBuilder object to open a DOCX template which I created, filled it with the data I wanted... I can then export it to DOCX, but if I try to export it in PDF format. It gives me the following error : Caused by: com.haulmont.yarg.exception.UnsupportedFormatException: Unsupported template extension [pdf] Report name []

Tutorial used

Used the testInvoiceReportRaw() method on the invoice sample code