Re: [iText-questions] Adding Tiff images problem

2006-05-09 Thread Matt Davis
VS is down, I'm sending you the file. Paulo - Original Message ----- From: "Matt Davis" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; Sent: Tuesday, May 09, 2006 1:27 PM Subject: Re: [iText-questions] Adding Tiff images problem Here is one

[iText-questions] Adding Tiff images problem

2006-05-08 Thread Matt Davis
I am generating thousands of PDF file, each containing up to 700 tiff (sometimes jpg) images (around an average of 500 images per PDF book). Most of them are working just fine, however I occasionally get the following error when I try to get an instance of what seems to be random tiff images. Sys

[iText-questions] Compressing TIF images before adding to PDF

2006-04-28 Thread Matt Davis
Does anyone know of a way to "compress" or downscale a tif image (Using iText) before adding it to a pdf? Thanks, Matt P. Davis Programmer Analyst Maryland State Archives [EMAIL PROTECTED] --- Using Tomcat but need to do more? Need to su

[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] PDF of different size imges

2006-04-28 Thread Matt Davis
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 as though some pages ar