Re: [iText-questions] Out of Memory with Large Image

2007-03-20 Thread Nan Null
Any news with regard to this? Don't get soaked. Take a quick peek at the forecast with the Yahoo! Search weather shortcut. http://tools.search.yahoo.com/shortcuts/#loc_weather--

Re: [iText-questions] unmappable character for encoding UTF8

2007-03-15 Thread Nan Null
[OT] I use email and I don't know how to send this in in a threaded way. There are more than those files listed by Stuart. They're below (included those listed by Stuart). This is in version 2. itext/src/com/lowagie/text/RomanList.java:137: warning: unmappable character for encoding UTF8

Re: [iText-questions] Out of Memory with Large Image

2007-03-14 Thread Nan Null
One way to deal with this is the following scheme: Provide an interface for users to supply their own work storage option. The interface has a "dispose" function, and can be something similar to: interface ImageStorage { void dispose(); int read(int offset); int read(); void writ

[iText-questions] unmappable character for encoding UTF8

2007-03-14 Thread Nan Null
When compiling the itext library with jdk6 (not using the built-in ant script), I get an error message saying: unmappable character for encoding UTF8 If using the built-in ant script, the message is in the form of a warning (due to source as jdk1.4). The problem is probably with some characte

[iText-questions] Out of Memory with Large Image

2007-03-13 Thread Nan Null
I want to be able to process a large tiff image (50 M). The processing steps include retrieving the number of pages and split out page by page into PDF. The problem is that I see ByteArrayOutputStream is used in many places, including the RandomAccessFileOrArray class. This resulted in out of