> 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.
>
>
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
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