I have developed reports using jfreechart where the output format is as image. Now i have to develope reports in different formats say pdf,html,rtf etc using jfreechart.how to obtain these formats using jfreechart ?can you please guide me and also if possible give me relevant code?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35235
7
posted
0
JFreeChart creates chart images; it does not concern itself with generating other output formats. That's the domain of reporting tools like JasperReports.
You can embed images in PDFs using the excellent iText library.
You can embed chart images in web pages using the cewolf tag library (which uses JFreeChart underneath).