Hello All,<br />
<br />
I can generate Birt reports with charts from my J2EE Web application. It is working perfectly fine. <br />
<br />
I can access the Chart object and Dataset from my Java code. Its source code is given here- <a class='bbc_url' href='
http://www.birt-exchange.org/forum/deploying-integrating-birt-report-engine-applications/18407-access-birt-2-5-1-dataset-java-code.html#post59971'>http://www.birt-exchange.org/forum/deploying-integrating-birt-report-engine-applications/18407-access-birt-2-5-1-dataset-java-code.html#post59971</a><br />
<br />
The generated report can be in XLS , DOC, PPT or PDF format. To generate XLS reports with charts I am using Tribix Emitters 2.5.1 for Birt.<br />
<br />
However because of that the formatting of data reports like column width and row height in excel is getting changed. So I want to remove Tribix Emitters. <br />
<br />
How to access the generated JPG/SVG file of the BIRT CHART in Java code? Once I have access to the generated JPG/SVG file then I can include it the excel report as an image with the help of Apache POI. I have successfully integrated Apache POI with Birt reports. You can find source code here - <a class='bbc_url' href='
http://www.birt-exchange.org/forum/deploying-integrating-birt-report-engine-applications/18518-integrating-birt-2-5-1-apache-poi.html#post60512'>http://www.birt-exchange.org/forum/deploying-integrating-birt-report-engine-applications/18518-integrating-birt-2-5-1-apache-poi.html#post60512</a><br />
<br />
I was going thru the source code of Tribix Emitters but was obviously was unable to understand it

.<br />
<br />
Assist me to access the Birt chart image.<br />
<br />
Any help on this is really really appreciated.<br />
<br />
Thanks in advance,<br />
Kiran