Re: [iText-questions] Tiff to PDF iTextSharp Problem

2007-06-23 Thread Paulo Soares
here" Sent: Saturday, June 23, 2007 12:22 AM Subject: Re: [iText-questions] Tiff to PDF iTextSharp Problem > On 6/22/07, Ethan King <[EMAIL PROTECTED]> wrote: >> Image img = Image.getInstance(bm, null, true); >> >> The program justs sits there using 99% of the c

Re: [iText-questions] Tiff to PDF iTextSharp Problem

2007-06-22 Thread Brian McKeever
On 6/22/07, Ethan King <[EMAIL PROTECTED]> wrote: > Image img = Image.getInstance(bm, null, true); > > The program justs sits there using 99% of the cpu. I have let it run as > long as 20 minutes without it ever finishing or giving me an error. I would > expect this kind of operation to take just

[iText-questions] Tiff to PDF iTextSharp Problem

2007-06-22 Thread Ethan King
Hello, I am trying to use Example 11 from http://itextsharp.sourceforge.net/tutorial/ch06.html to convert a tiff to PDF. The project seems to be building fine but seems to hang somewhere around Image img = Image.getInstance(bm, null, true); The program justs sits there using 99% of the cpu. I