Re: [iText-questions] images problem

2010-12-14 Thread Nurettin DAG
I do not see where you are defining image size. I believe in this case dimensions of the original image is being used. However, if either width or height is greater than the page size document.add() may be causing it to rescale to fit. Why don t you try scaling to your defined values? If that is no

[iText-questions] images problem

2010-12-14 Thread José Luis Pino Moreno
Hi, i'm new with this library, so i hope that you could help me, i use the next code to create a simple PDF doc that contains only an image that i have with an specific size, but when I print the doc, the image size is differente than the size that i have predefined, and i can´t understand why?, ca

Re: [iText-questions] Images problem

2005-07-28 Thread Paulo Soares
If that's the case, post the code and the files needed to reproduce the problem. - Original Message - From: "Malgosia Green" <[EMAIL PROTECTED]> To: Sent: Thursday, July 28, 2005 5:15 PM Subject: Re: [iText-questions] Images problem > Thanks for your re

Re: [iText-questions] Images problem

2005-07-28 Thread Malgosia Green
er.setStrictImageSequence(true). - Original Message - From: "Malgosia Green" <[EMAIL PROTECTED]> To: Sent: Thursday, July 28, 2005 4:37 PM Subject: [iText-questions] Images problem Hi, I'm having problems with disappearing images when creating pdfs. I can get images to show

Re: [iText-questions] Images problem

2005-07-28 Thread Paulo Soares
If the image is bigger than the the page it's lost. To keep the text-image sequence call PdfWriter.setStrictImageSequence(true). - Original Message - From: "Malgosia Green" <[EMAIL PROTECTED]> To: Sent: Thursday, July 28, 2005 4:37 PM Subject: [iText-questions]

[iText-questions] Images problem

2005-07-28 Thread Malgosia Green
Hi, I'm having problems with disappearing images when creating pdfs. I can get images to show up just fine, except if the image happens to be at the bottom of the pdf page. Specifically, if the image does not fit on the page and a new page needs to be created. Furthermore, if text fill