pdf on web using JDBC and JFreeChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ibasuroy

pdf on web using JDBC and JFreeChart

Post by ibasuroy » Wed Apr 09, 2003 3:08 pm

Could someone let me know how to use JDBC and JFreeChart while displaying on the web (not using swing). Display has to be in pdf format.
User should be able to save, print in pdf format.
Also, is there a way to combine JFreeReport and JFreeReport?
Any help will be highly appreciated.

Thanks,

Indrasish.

maxcom

Batik & FOP

Post by maxcom » Thu Apr 10, 2003 12:33 pm

We use Apache Batik and FOP to produce PDF's with text, tables and charts.

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Thu Apr 10, 2003 5:13 pm

Hi,

enabling the direct generation and printing of charts from within JFreeReport is currently in the forge and should be completed in the next release.

Until then you can supply java.awt.Images of your Chart to be printed in JFreeReport.

Have more fun,
said Thomas

Locked