RE: [iText-questions] Issue with Image into PDF

2004-11-23 Thread Paulo Soares
dheendra SinghSent: Monday, November 22, 2004 5:17 PMTo: Paulo SoaresCc: ITEXTSubject: Re: [iText-questions] Issue with Image into PDF Hi Paulo, This worked with horizontal images (width height) but when I tried vertical images, blank was displayed. Regards,Sudheen

Re: [iText-questions] Issue with Image into PDF

2004-11-23 Thread Steve Appling
- From: Paulo Soares [EMAIL PROTECTED] To: Sudheendra Singh [EMAIL PROTECTED] Cc: ITEXT [EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 5:07 AM Subject: RE: [iText-questions] Issue with Image into PDF The image is too tall and the row is dropped. Use: pdfPTable.setSplitRows(true); You

RE: [iText-questions] Issue with Image into PDF

2004-11-23 Thread Sudheendra Singh
ed. Use:pdfPTable.setSplitRows(true);You must use the latest iText version. From: Sudheendra Singh [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 12:06 AMTo: Paulo SoaresCc: ITEXTSubject: RE: [iText-questions] Issue with Image into PDFHi Paulo, Please find attached the

RE: [iText-questions] Issue with Image into PDF

2004-11-23 Thread Paulo Soares
I'll change the default to splitRows=true and splitLate=true. Best Regards, Paulo Soares -Original Message- From: Steve Appling [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 1:43 PM To: Paulo Soares Cc: ITEXT Subject: Re: [iText-questions] Issue with Image into PDF

Re: [iText-questions] Issue with Image into PDF

2004-11-23 Thread Paulo Soares
, November 23, 2004 18:29 Subject: RE: [iText-questions] Issue with Image into PDF It works but the image rendered is enlarged. For horizontally long images it works fine. Is there some setting to render the image correctly. Regards, Sudheendra.N.Singh Caritor Inc., CA Cell : 415-760-1805 Work : 415

Re: [iText-questions] Issue with Image into PDF

2004-11-23 Thread Sudheendra Singh
-- From: Sudheendra Singh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 23, 2004 12:06 AM To: Paulo Soares Cc: ITEXT Subject: RE: [iText-questions] Issue with Image into PDF Hi Paulo, Please find attached the sample class file and the jpg I am using

Re: [iText-questions] Issue with Image into PDF

2004-11-23 Thread Paulo Soares
PROTECTED] Subject: Re: [iText-questions] Issue with Image into PDF The image is placed as if the resolution was 72 dpi. If the image has another resolution it has to be scaled. - Original Message - From: Sudheendra Singh [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED] Cc: Sudheendra

Re: [iText-questions] Issue with Image into PDF

2004-11-22 Thread Sudheendra Singh
0630 Pick battles big enough to matter not small enough to win. -"Paulo Soares" [EMAIL PROTECTED] wrote: - To: "Sudheendra Singh" [EMAIL PROTECTED],[EMAIL PROTECTED] From: "Paulo Soares" [EM

RE: [iText-questions] Issue with Image into PDF

2004-11-22 Thread Paulo Soares
: [iText-questions] Issue with Image into PDF Hi Paulo, This worked with horizontal images (width height) but when I tried vertical images, blank was displayed. Regards,Sudheendra.N.SinghCaritorInc.,CACell:415-760-1805Work:415-243-6903Home:510-675

Re: [iText-questions] Issue with Image into PDF

2004-11-20 Thread Paulo Soares
, November 20, 2004 1:43 Subject: RE: [iText-questions] Issue with Image into PDF Hi, The formula does not work as the cell height and width is always 0. Here is what I am doing Image img = Image.getInstance(xyz.jpg); PdfPCell pdfPCell = new PdfPCell(img); img.scalePercent(24); This works for any

RE: [iText-questions] Issue with Image into PDF

2004-11-19 Thread Bart Allen
: 11/18/2004 02:49AM Subject: RE: [iText-questions] Issue with Image into PDF That's a Table bug. Use PdfPTable. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sudheendra Singh Sent: Wednesday, November 17, 2004 11:16 PM To: [EMAIL PROTECTED

RE: [iText-questions] Issue with Image into PDF

2004-11-19 Thread Sudheendra Singh
;Sudheendra Singh" [EMAIL PROTECTED], [EMAIL PROTECTED]From: "Paulo Soares" [EMAIL PROTECTED] Date: 11/18/2004 02:49AMSubject: RE: [iText-questions] Issue with Image into PDFThat's a Table bug. Use PdfPTable.From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [iText-questions] Issue with Image into PDF

2004-11-19 Thread Sudheendra Singh
uot; [EMAIL PROTECTED], [EMAIL PROTECTED]From: "Paulo Soares" [EMAIL PROTECTED] Date: 11/18/2004 02:49AMSubject: RE: [iText-questions] Issue with Image into PDFThat's a Table bug. Use PdfPTable.From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sudheendr

RE: [iText-questions] Issue with Image into PDF

2004-11-18 Thread Paulo Soares
That's a Table bug. Use PdfPTable. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sudheendra SinghSent: Wednesday, November 17, 2004 11:16 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] Issue with Image into PDF Hi All, Iam working ona module

RE: [iText-questions] Issue with Image into PDF

2004-11-18 Thread Sudheendra Singh
I am using PDFPCell and the issue seems to have resolved. But for an image whose width is greater than height, I need to use the method Image.scalePercent with a maximum value of 24 for the image to be displayed in the PDFPCell of the PDFPTable.If I give any value above 24 (including 25), the

Re: [iText-questions] Issue with Image into PDF

2004-11-18 Thread Steve Appling
: [EMAIL PROTECTED] Sent: Thursday, November 18, 2004 4:31 PM Subject: RE: [iText-questions] Issue with Image into PDF I am using PDFPCell and the issue seems to have resolved. But for an image whose width is greater than height, I need to use the method Image.scalePercent with a maximum value of 24