RE: [iText-questions] Image Sizing in PdfPCells

2004-11-30 Thread Jerry Heinz
That worked! Thanks for the quick reply! Jerry -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 10:57 AM To: Jerry Heinz; [EMAIL PROTECTED] Subject: RE: [iText-questions] Image Sizing in PdfPCells You aren't doing anything

RE: [iText-questions] Image Sizing in PdfPCells

2004-11-30 Thread Paulo Soares
You aren't doing anything wrong, Image.setWidthPercentage(0) will honor the image dimensions and scaling. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jerry Heinz > Sent: Tuesday, November 30, 2004 3:21 PM > To: [EMAIL PROTECTED] > Subject: [

Re: [iText-questions] Image Sizing in PdfPCells

2004-11-30 Thread Bruno
Quoting Jerry Heinz <[EMAIL PROTECTED]>: > Greetings all! I have a question about image sizing inside of PdfPCells. > > I have multiple XML docs that I format and merge into a single document. > To facilitate this, I'm using a modified version of > com.lowagie.text.xml.SAXiTextHandler that adds e