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

2004-11-23 Thread Paulo Soares
; Sent: Tuesday, November 23, 2004 19:56 Subject: Re: [iText-questions] Issue with Image into PDF Hi Paulo, I am not aware of the dpi resolution. In case I need to do what you have mentioned, how do I determine whether its resolutions is 72 dpi and if it is how much do I scale? I am looking for

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

2004-11-23 Thread Sudheendra Singh
setSplitRows(true);You must use the latest iText version.------------------  From: Sudheendra Singh [mailto:[EMAIL PROTECTED]]  Sent: Tuesday, November 23, 2004 12:06 AM  To: Paulo Soares  Cc: ITEXT  Subject: RE: [iText-questions] Issue wi

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

2004-11-23 Thread Paulo Soares
[EMAIL PROTECTED]>; "ITEXT" <[EMAIL PROTECTED]> Sent: Tuesday, 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 correct

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

2004-11-23 Thread Paulo Soares
cumentException if the content > wouldn't fit)? > > - Original Message - > From: "Paulo Soares" <[EMAIL PROTECTED]> > To: "Sudheendra Singh" <[EMAIL PROTECTED]> > Cc: "ITEXT" <[EMAIL PROTECTED]> > Sent: Tuesday, November

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

2004-11-23 Thread Sudheendra Singh
with Image into PDFThe image is too tall and the row is dropped. 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

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

2004-11-23 Thread Steve Appling
al Message - 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

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

2004-11-23 Thread Paulo Soares
ot; <[EMAIL PROTECTED]>Date: 11/22/2004 09:34AMcc: "ITEXT" <[EMAIL PROTECTED]>Subject: RE: [iText-questions] Issue with Image into PDF We are not getting anywhere this way. Post the image and a small test program so that we can reproduce the problem.

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.SinghCaritor Inc., CACell : 415-760-1805Work : 415-243-6903Home : 510-675-0630Pick battles big eno

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

2004-11-22 Thread Sudheendra Singh
greed upon set value or is it a limitation ?  Regards,  Sudheendra.N.Singh  Caritor Inc., CA  Cell : 415-760-1805  Work : 415-243-6903  Home : 510-675-0630  Pick battles big enough to matter not small enough to win.  -"Paulo Soares" <[EMAIL PROTECTED]> wrote: -  To: &qu

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

2004-11-20 Thread Paulo Soares
ot; <[EMAIL PROTECTED]>; "Steve Appling" <[EMAIL PROTECTED]> Sent: Saturday, 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.getI

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

2004-11-19 Thread Sudheendra Singh
-"Paulo Soares" <[EMAIL PROTECTED]> wrote: -To: "Sudheendra Singh" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>From: "Paulo Soares" <[EMAIL PROTECTED]>Date: 11/18/2004 02:49AMSubject: RE: [iText-questions] Issue with Im

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

2004-11-19 Thread Sudheendra Singh
nough to win.-"Paulo Soares" <[EMAIL PROTECTED]> wrote: -To: "Sudheendra Singh" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>From: "Paulo Soares" <[EMAIL PROTECTED]>Date: 11/18/2004 02:49AMSubject: RE: [iTe

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

2004-11-19 Thread Bart Allen
L PROTECTED]>, <[EMAIL PROTECTED]> From: "Paulo Soares" <[EMAIL PROTECTED]> Date: 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 PR

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

2004-11-18 Thread Steve Appling
Paulo Soares" <[EMAIL PROTECTED]> Cc: <[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

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

2004-11-18 Thread Sudheendra Singh
[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 PDFHi All,    I am working on a module where we insert images into a PDF. It was working fine but

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,    I am working

[iText-questions] Issue with Image into PDF

2004-11-17 Thread Sudheendra Singh
Hi All,   I am working on a module where we insert images into a PDF. It was working fine but with one particular image (width-732 and height-1714) is going into an infinite loop. I am using Table and Cell classes to achieve this. Is there any restriction on the dimensions of the image that can be