Hello.
All I need to do is extract the text from Word docs. Here is what I am
doing...
String f = new String("C:\\test\\attach\\0-Team Member Handbook
4-26-05.DOC");
WordDocument wd = new WordDocument(f);
I get the following error:
java.lang.ArrayIndexOutOfBoundsException: 2055
Any ideas?
-Michael
P.S. I am running it with Java 5 (1.5 update 6)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/