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