public static String getContent(InputStream is) throws Exception {
String temp = "";
wd = new WordExtractor(is);
temp = wd.getText();
return temp;
}
-----Original Message-----
From: TslH [mailto:[EMAIL PROTECTED]
Sent: 24 August 2006 10:51
To: POI Users List
Subject: Re: Problem with WordExtractor
Hello Thomas,
Could you paste some lines of your extraction please? This could help to
understand your problem.
TslH
2006/8/24, WATHELET Thomas <[EMAIL PROTECTED]>:
>
> I try to extract some word document with this class:
> org.apache.poi.hwpf.extractor.WordExtractor
>
> I retrived this error message:
> java.lang.StackOverflowError
> org.apache.poi.hwpf.model.StyleSheet.createChp(StyleSheet.java:265)
> org.apache.poi.hwpf.model.StyleSheet.createChp(StyleSheet.java:266)
> ...
>
> What's happends?
>
>
---------------------------------------------------------------------
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/