Posted 4 July 2023, 5:54 am EST
I need to generate a pdf and send via email with Java and Springboot. Is it possible starting from a template stored in database?
Forums Home / ActiveReports / ActiveReportsJS
Posted by: andrea.burigo on 4 July 2023, 5:54 am EST
Posted 4 July 2023, 5:54 am EST
I need to generate a pdf and send via email with Java and Springboot. Is it possible starting from a template stored in database?
Posted 5 July 2023, 3:42 am EST
Hello Andrea,
ActiveReportsJS runs on the client side (Front-end JavaScript) hence it would not be possible to generate a PDF within Java. However, you can export your report to PDF and download it on your machine from the client side.
You may learn more about the same here: Printing and Exporting Reports.
Regards,
Anand