Re: [iText-questions] real world image injection

2006-09-06 Thread Paulo Soares
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

Re: [iText-questions] real world image injection

2006-09-06 Thread Stanton Fisque
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

Re: [iText-questions] real world image injection

2006-09-06 Thread Paulo Soares
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

Re: [iText-questions] real world image injection

2006-09-06 Thread Stanton Fisque
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

[iText-questions] real world image injection

2006-09-06 Thread Stanton Fisque
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: