Re: [iText-questions] Image.setDpi

2005-03-01 Thread Dirk Townsend
Paulo Soares" <[EMAIL PROTECTED]> To: "Dirk Townsend" <[EMAIL PROTECTED]>, Sent: Tue, 1 Mar 2005 08:52:37 -0000 Subject: Re: [iText-questions] Image.setDpi > The dpi is just an information, you have to do the scaling yourself. > > - Original Message -

Re: [iText-questions] Image.setDpi

2005-03-01 Thread Paulo Soares
The dpi is just an information, you have to do the scaling yourself. - Original Message - From: "Dirk Townsend" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 01, 2005 2:36 AM Subject: [iText-questions] Image.setDpi > > Hello, > > I've just started us

[iText-questions] Image.setDpi

2005-02-28 Thread Dirk Townsend
Hello, I've just started using iText, but I'm having trouble with the setDpi method. It doesn't seem to have any effect at all in the code extract below: Document document = new Document(PageSize._11X17.rotate(),15,15,15,15); try { PdfWriter writer = PdfWriter.getInstance(document, ne