2006 11:08 PM
Subject: Re: [iText-questions] real world image injection
>I found no way to use a template that did not require direct writing to X,Y
> coordinates in the document. If there is a way, it is not clear how one
> would perform this. My example was meant to provide a more conc
ssage-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paulo
Soares
Sent: Wednesday, September 06, 2006 2:53 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] real world image injection
You can draw the chart to a template and use that template as an
tember 06, 2006 9:39 PM
Subject: Re: [iText-questions] real world image injection
> My apologies, I copied the wrong method when posting this. The Image
> construction should be as follows:
>
>
>
> com.lowagie.text.Image itextImg = com.lowagie.text.Image.getInstance( img,
> tran
Sent: Wednesday, September 06,
2006 1:33 PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] real
world image injection
The tutorials using images AND jfreechart are lacking
because they assume you can place the image on the page at a given X,Y
coordinate. Most real world
The tutorials using images AND jfreechart are lacking
because they assume you can place the image on the page at a given X,Y
coordinate. Most real world layouts will not allow for this, and the graphs
should be done “within” the document flow.
This is achievable by the following: