Re: [iText-questions] Image size inside PdfPCell

2007-10-18 Thread Paulo Soares
Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of GAMBELLI Raffaele > Sent: Thursday, October 18, 2007 8:03 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Image size inside PdfPCell >

Re: [iText-questions] Image size inside PdfPCell

2007-10-18 Thread GAMBELLI Raffaele
Pcells. Thanks, best regards. Raffaele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paulo Soares Sent: mercoledì 17 ottobre 2007 17.54 To: Post all your questions about iText here Subject: Re: [iText-questions] Image size inside PdfPCell The first case is

Re: [iText-questions] Image size inside PdfPCell

2007-10-17 Thread Paulo Soares
s about iText here > Subject: Re: [iText-questions] Image size inside PdfPCell > > This is very strange: > > Consider an image of 800x600, use for test that in attachment > > If I do > ... > PdfPCell itextCell = new PdfPCell(image); > table.addCell(itextCell);

Re: [iText-questions] Image size inside PdfPCell

2007-10-17 Thread Paulo Soares
day, October 17, 2007 2:16 PM > To: iText-questions@lists.sourceforge.net > Subject: [iText-questions] Image size inside PdfPCell > > Hi all, > > In the following code I simply put an image in the document, > and then in the next page I put the same image inside a

[iText-questions] Image size inside PdfPCell

2007-10-17 Thread GAMBELLI Raffaele
Hi all, In the following code I simply put an image in the document, and then in the next page I put the same image inside a PdfPCell, although I'm using jpg1.setWidthPercentage(0); why does the image inside PdfPCell result bigger than the other one? Thanks, regards. Raffaele public static v

[iText-questions] Image size inside PdfPCell

2007-10-17 Thread GAMBELLI Raffaele
Hi all, In the following code I simply put an image in the document, and then in the next page I put the same image inside a PdfPCell, although I'm using jpg1.setWidthPercentage(0); why does the image inside PdfPCell result bigger than the other one? Thanks, regards. Raffaele public static v