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--
[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
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
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
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