RE: [iText-questions] Image scale

2003-05-29 Thread Collard, John
:32 AM To: 'Bruno Lowagie' Cc: [EMAIL PROTECTED] Subject: RE: [iText-questions] Image scale You may also try PdfPCell(Image, true). Best Regards, Paulo Soares > -Original Message- > From: Bruno Lowagie [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 3:1

RE: [iText-questions] Image scale

2003-05-29 Thread Paulo Soares
You may also try PdfPCell(Image, true). Best Regards, Paulo Soares > -Original Message- > From: Bruno Lowagie [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 3:11 PM > Cc: [EMAIL PROTECTED] > Subject: Re: [iText-questions] Image scale > > Collard

Re: [iText-questions] Image scale

2003-05-29 Thread Bruno Lowagie
Collard, John wrote: I should have described my problem a little better. I have a 2 column table. The image I am trying to render is in the first column. I want it to only take up a small area, but am having problems getting it to a certain height. Why don't you use the method scaleToFit?

RE: [iText-questions] Image scale

2003-05-29 Thread Collard, John
pitol Ave. > Omaha, NE 68102 > phone: 402-221-2642 fax: 402-829-2642 > email: [EMAIL PROTECTED] > > -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 6:45 AM To: Collard, John; [EMAIL PROTECTED] Subject: RE: [iTex

RE: [iText-questions] Image scale

2003-05-28 Thread Paulo Soares
scaleAbsoluteHeight() does not change the width of the image. Best Regards, Paulo Soares > -Original Message- > From: Collard, John [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 10:30 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Image scale > > I am attempting