With which class can i save my charts in *.pdf and *.svg ?
Have i to use iText library ?
In Jfreechart 0.9.1, there's ChartUtilities, bun't you can only save it in *.png or *.jpeg.
Jerome
Save as PDF, SVG
Re: Save as PDF, SVG
For PDF you need to use iText. There is a (free) document you can download from the project page on SourceForge that describes how to do it:
http://sourceforge.net/projects/jfreechart
Go to the downloads section and grab the file jfreechart2pdf-v2.pdf.
SVG uses Batik:
http://xml.apache.org/batik
This is described in the JFreeChart "premium" documentation, available for purchase from this site.
Regards,
DG.
http://sourceforge.net/projects/jfreechart
Go to the downloads section and grab the file jfreechart2pdf-v2.pdf.
SVG uses Batik:
http://xml.apache.org/batik
This is described in the JFreeChart "premium" documentation, available for purchase from this site.
Regards,
DG.