[iText-questions] Re: PDF of different size imges

2006-04-28 Thread Matt Davis
Bruno, That did the trick! Not sure why I needed some of that math, but it works! Thanks so much, Matt At 10:57 AM 4/28/2006, Bruno wrote: See http://itextdocs.lowagie.com/src/com/lowagie/tools/plugins/PhotoAlbum.java It's a little tool that reads all the images in a directory and gen

[iText-questions] Re: PDF of different size imges

2006-04-28 Thread Bruno Lowagie
Matt Davis wrote: I am trying to make "E-Books" of land record images. Essentially I need one page per image, and nothing else (no text). However, the images very in size. I have tried doing the following: mDocument.SetPageSize(New Rectangle(img.Width, img.Height)) However, it seems a