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.
Good question. I can hardly remember there was something with the appearance of the fonts, rather text fields than charts. That was gone by including jasperreports-fonts-6.1.0.jar, which is indeed the last library I loaded in my old job. I hadn't load itext at all. The PDFs generated this way with your component look really well.
The next report then was for Powerpoint, and even in Jaspersoft it was pixelated. So I searched the internet and found about increasing the dpi to 300. This was the solution for Jaspersoft, but with your component it looks the same as if dpi were still set to 75.
Now the guys of my first report also want a Powerpoint presentation only with the charts. I use your component to generate reports in a row, that can easily be hundreds of reports. So I'm happy to help you wherever I can!