HTML5 charts not rendered in PDF format using Talend ETL

I have been trying to generate pdf report from TALEND ETL, but its generating only blank PDF evertime , with multiple components like

tjasperReportExec, tJasperServerExec

and I am using 6.3 jasper server professional edition.

avinash.eng18's picture
Joined: Jan 18 2016 - 10:24pm
Last seen: 1 month 4 days ago

1 Answer:

Such components are not officially supported. We don't develop them so we can't troubleshoot them. Our advise is to use JasperServer HTTP or REST API to run the report.

This article demonstrated how to schedule a report via REST API using tREST component:

https://community.jaspersoft.com/wiki/schedule-report-rest-api-after-db-...

To run a report, simply use /rest_v2/reports/ or /rest_v2/reportExecutions end-points instead as described in documentation:

https://community.jaspersoft.com/documentation/tibco-jasperreports-serve...

dnaboka's picture
10802
Joined: Jun 8 2012 - 1:18am
Last seen: 3 years 1 month ago
Feedback