Re: [iText-questions] how to get a jFreeChart Chart in Chunk

2007-01-22 Thread R . Greg
> Hi, > > > I am creating a pdf > file consisting of chapters, sections and subsections. Now I want to add an > jFreeChart Chart into a chapter or a section. I, too, am using JFreeChart in my application. I simply add the charts as Image objects to Paragraphs, as follows: Paragraph result

[iText-questions] how to get a jFreeChart Chart in Chunk

2007-01-19 Thread Tom van Ees
Hi, I am creating a pdf file consisting of chapters, sections and subsections. Now I want to add an jFreeChart Chart into a chapter or a section. When I use getDirectContent(), the image appears in the pdf, but not in the chapter I would like to have it appear. It appears in ahead of my chapter.