RE: [iText-questions] Problem adding images

2005-06-29 Thread Pankaj Bhatnagar
fit it's ignored. > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Pankaj Bhatnagar > > Sent: Wednesday, June 29, 2005 3:44 PM > > To: itext-questions@lists.sourceforge.net > > Subject: [iText-questions] Prob

RE: [iText-questions] Problem adding images

2005-06-29 Thread Paulo Soares
If the image doesn't fit it's ignored. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Pankaj Bhatnagar > Sent: Wednesday, June 29, 2005 3:44 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-q

[iText-questions] Problem adding images

2005-06-29 Thread Pankaj Bhatnagar
Hi, I am creating a pdf document using iText 1.3. The file is created by adding com.lowagie.text.Image, com.lowagie.text.pdf.PdfPTable & com.lowagie.text.Paragraph objects using the add(Element element) method in the Document class. The document is created by the code : document = new Document(ne

RE: [iText-questions] Problem adding images to a pdf

2004-03-24 Thread Bill Ensley
user for proofing purposes.   Bill Ensley Bear Printing -Original Message-From: Eric Vandervort [mailto:[EMAIL PROTECTED]Sent: Wednesday, March 24, 2004 6:39 AMTo: Bill EnsleySubject: Re: [iText-questions] Problem adding images to a pdf I'm using the outputstream in

[iText-questions] Problem adding images to a pdf

2004-03-23 Thread Eric Vandervort
Hello, I am trying to add an image to a pdf, it seems to work the first time, but if I choose the back button on my browser and try again it's not there.  Its a variable image that is different based on who is creating the pdf.  Any suggestions?   Here's my code:   if (printSignature) {   Ima