RE: [iText-questions] position of a chart

2005-02-02 Thread Paulo Soares
> Subject: [iText-questions] position of a chart > > Hello, > > I want to use itext for generate pdf files containing charts > generated with JFreeReport. That´s no problem. I used an > example from the JFreeReport documentation and extended it > with paragraphs etc. > >

Re: [iText-questions] position of a chart

2005-02-02 Thread bruno
Trosien, Michael wrote: Because of "cb.addTemplate(tp,0,0);" the chart is positioned at 0,0. But I want to position the chart for example under the last paragraph or table I added before. How could I do it??? If you wrap the PdfTemplate in a com.lowagie.text.Image, you have a lot more possibiliti

[iText-questions] position of a chart

2005-02-02 Thread Trosien, Michael
Title: position of a chart Hello, I want to use itext for generate pdf files containing charts generated with JFreeReport. That´s no problem. I used an example from the JFreeReport documentation and extended it with paragraphs etc. The result is a pdf with tables and paragraphs and a chart