Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Report Generation API For Java?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Eric Sosman, post: 5086712"] There's JFreeChart <[URL]http://www.jfree.org/jfreechart/[/URL]>, which can draw many kinds of charts in Swing applications. I think it can also render them as PNG or PDF. The gotcha (last time I looked) is that the library and JavaDoc are free, but the "How To" book costs money. Google Charts <[URL]https://developers.google.com/chart/[/URL]> lets you embed graphs in HTML documents, using Javascript libraries. You can write the HTML from any language you choose, including Java, and any modern browser can display them (without needing Java). OpenOffice.org has API bindings for various languages that would let you generate OOo documents directly from your Java code. It's quite un-Java-like, possibly because of the other language bindings it needs to support. I don't know whether it works with LibreOffice, or whether LO has similar API's. <[URL]http://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide[/URL]> [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Report Generation API For Java?
Top