Re: [iText-questions] loading images

2007-02-05 Thread Bill Ensley
5, 2007 1:58 PM > To: 'Post all your questions about iText here' > Subject: Re: [iText-questions] loading images > > Hi > > Thanks for replying back. Sorry if I am making it confusing, > I thought I was very explicit. > > We have all the images in our webapps (

Re: [iText-questions] loading images

2007-02-05 Thread Arif Abbasi
2007 4:58 AM To: Post all your questions about iText here Subject: Re: [iText-questions] loading images Arif Abbasi wrote: > The problem with the above approach is that we have to package those > images in our jar file, which is not desirable. OK, I thought this was your original requirement, t

Re: [iText-questions] loading images

2007-02-03 Thread Bruno Lowagie
Arif Abbasi wrote: > The problem with the above approach is that we have to package those > images in our jar file, which is not desirable. OK, I thought this was your original requirement, the fact that you are now saying this in not desirable confused me. > We want to avoid this > (exploded i

Re: [iText-questions] loading images

2007-02-03 Thread Paulo Soares
as it has nothing to do with iText. Paulo - Original Message - From: "Arif Abbasi" <[EMAIL PROTECTED]> To: Sent: Friday, February 02, 2007 9:20 PM Subject: [iText-questions] loading images > Hi > > > > Previously, I asked this question in which my image

[iText-questions] loading images

2007-02-02 Thread Arif Abbasi
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Friday, February 02, 2007 2:19 PM To: Post all your questions about iText here Subject: Re: [iText-questions] loading images Arif Abbasi wrote: > This is what we want. Can you p

Re: [iText-questions] loading images

2007-02-02 Thread Bruno Lowagie
Arif Abbasi wrote: > This is what we want. Can you please post the question again WITHOUT referring to previous answers and missing mails. Phrase it as simple as possible, because I don't understand what you want (and I doubt if anyone on the list does). The way I interpret it, you have an Image

Re: [iText-questions] loading images

2007-02-02 Thread Arif Abbasi
ry 02, 2007 12:57 PM To: Post all your questions about iText here Subject: Re: [iText-questions] loading images > We want to load the images as file from UI and pass to back-end as file > object and then want to use something like > Image.getInstance (File file) to create images. [..

Re: [iText-questions] loading images

2007-02-02 Thread Brian McKeever
> We want to load the images as file from UI and pass to back-end as file > object and then want to use something like > Image.getInstance (File file) to create images. [...] > There is Image.getInstance(String filename) and Image.getInstance(URL url) > in API, but they would require class loader

Re: [iText-questions] loading images

2007-02-02 Thread Arif Abbasi
Resending it again as it bounced back - (please see text below for my question). We are going to have 50 + images and we don't want them to be jarred up, rather we would pass them one at a time as file object (from UI) to the iText report generation code (middle tier) and be able to use Image.getIn