File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Open Source Projects and the fly likes regarding  jfreechart Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "regarding  jfreechart" Watch "regarding  jfreechart" New topic
Author

regarding jfreechart

shyamkumar bopannachengalaiah
Ranch Hand

Joined: Dec 30, 2008
Posts: 100
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
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).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://jrebel.com/download
 
subject: regarding jfreechart
 
Similar Threads
BIRT or Jasper ????
WebCharts3D
Data for JFreeChart
Display of Bar/Pie charts/Graph without Applet
Can jaspper reports will help me to accomplish these tasks ?