Re: [iText-questions] creating a chart and saving it as PDF

2003-07-14 Thread Matt Benson
Look for JFreeChart. -Matt --- klute <[EMAIL PROTECTED]> wrote: > Hi All > i need to generate a basic bar chart and then add it > to the PDF created with iText. I have not really > seen > any references to the ability to create charts in > the > docs for iText. Cna someone tell me if it is > poss

RE: [iText-questions] creating a chart and saving it as PDF

2003-07-14 Thread Paulo Soares
If the chart is really basic you can create it yourself inside a template and place it anywhere. There is a very basic example in stencil_pattern.java at www.geocities.com/itextpdf. The better way is to use JFreeChart and write the chart to a Graphic2D. The conversion to PDF is vectorial. You have