Re: [iText-questions] cant get source code!

2006-07-06 Thread David Delbecq
Could it be you issued a 'save link as' from the itext Download & Compile webpage? If yes, you save an html file instead of the source :) The link direct you to a list of mirrors for downloading carl lang wrote: > Hi Paulo, > > I Downloaded the itext-src-1.4.2.zip file but I am unable to open wi

[iText-questions] Getting the drawable part of a page

2006-06-30 Thread David Delbecq
Hello, I to scale and rotate a picture so that it fits inside a document page. To do this i issue a com.lowagie.text.Rectangle originalSize = document.getPageSize(); and then i use originalSize's width / height / border width / border height to get the 'drawable' part of the page. However it do