I have a tree structure that represents an org chart and I need to output the tree in PDF form. I have looked at Prefuse, JFreeChart, yFiles and JGraph but all seem to require that I write some logic. Has anyone done this before? Can anyone recommend a good library to use?
Share
You can use Jfree Chart to generate a graph/tree. I have used JFree Chat ,it is very simple.you have to put data in 2 d array pass it to method.
This is a simple example of Jfree chart.
You can use iText for Pdf Generation.