Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tJasperReportExec and charts

Hi all,
I have created a report with Jaspersoft Studio which has to be delivered as Powerpoint. I found the charts of the report to be too pixelated, so I increased the dpi to 300 in Studio, which gave me a much better result.
However, tJasperReportExec doesn' t seem to recognize this property and charts are pixelated again. I tried to write the propery into the .jxml file and I tried several rendering types, to no avail.
Can someone point me to what I'm missing here?
Jaspersoft Studio is 6.1.1, Talend Open Studio for Data Integration is 6.0.1 and tJasperReportExec is 2.1.
Thanks a lot in advance.
Labels (3)
10 Replies
Anonymous
Not applicable
Author

Hi,
I have created a report with Jaspersoft Studio which has to be delivered as Powerpoint. I found the charts of the report to be too pixelated, so I increased the dpi to 300 in Studio, which gave me a much better result.
However, tJasperReportExec doesn' t seem to recognize this property and charts are pixelated again. I tried to write the propery into the .jxml file and I tried several rendering types, to no avail.

Could you upload a screenshot of your pixelated chart, please? What's your OS?
Best regards
Sabrina
Anonymous
Not applicable
Author

I'm on an ordinary Windows 8.1 Office Computer.
0683p000009MCK4.png   
0683p000009MCDe.png
The first one is generated as Powerpoint by tJasperReportExec, the second one is the same file safed as Powerpoint by Jaspersoft Studio.
I thought I might miss some library, so this is what I load by tLibraryLoad:
spring-core-3.2.4.RELEASE.jar
spring-beans-3.2.4.RELEASE.jar
jasperreports-6.1.0.jar
jasperreports-functions-6.1.0.jar
joda-time_2.1.0.jar
jasperreports-fonts-6.1.0.jar
and the customizer for the chart.
Thanks a lot 0683p000009MA9p.png
Anonymous
Not applicable
Author

Hi,
tJasperReportExec is a custom component written by talend community user and shared on Talend Exchange.
We have notified this issue to the author Jan Lolling, hope he will come to you asap.
Best regards
Sabrina
Anonymous
Not applicable
Author

Thank you very much, he was a great help the last time I had a question about tJasperReportExec 0683p000009MA9p.png
Anonymous
Not applicable
Author

Indeed, the list of libraries was not correct and there was also some missing library.
I have fixed that and currently testing it.
Thanks for your hints!
Anonymous
Not applicable
Author

I have published a new release 2.2 of this component in Talend Exchange. It will take a bit until Talend approves this, frequently check the lastest section and it would be great to know if this version works for you without the need of adding separate libraries.
Anonymous
Not applicable
Author

Super, I'll test the new version and tell you about my results!
Anonymous
Not applicable
Author

I tested the new version today. Good news is I do not need to load any additional library. But the result in Powerpoint is still pixelated, whereas in Jaspersoft Studio it looks quite nice:
0683p000009MCK9.png   This is with tJasperReportexec.
0683p000009MCED.png   This is Jaspersoft Studio.
I took a chart used in a report for testing, but without the customizer, so I can be sure, there aren't any strange preferences influencing the result. The text you can find below the legend are text fields - and they are rendered nicely in both cases. It's just the chart which refuses to please me.
PDF, by the way, is quite nice:
0683p000009MCGh.pngBut here I get the warning:
: net.sf.jasperreports.engine.export.PdfGlyphRenderer - Unpatched iText found, cannot use glyph rendering
Anonymous
Not applicable
Author

OK, I have to admit, I have never tried to create power point this way. I will take a look at the Exporter classes for PowerPoint and check what the Studio it self does in any other way than my component. I have seen also this message but the iText lib was added as maven dependency. I will check if the patched version of iText can be extracted from the studio and also included in my maven based build.
When you have used the previous release of the component with your additional loading of libs, did you experienced the same font issues?