If all you want is the text without any formatting information, then Nick has written a class that will do just this for you.
Have a look at the WordExtractor class. It has methods that allow you to recover the text as an array of Strings. --- On Thu, 1/1/09, RaghavPrabhu <[email protected]> wrote: From: RaghavPrabhu <[email protected]> Subject: Word Extraction without images is possible? To: [email protected] Date: Thursday, January 1, 2009, 9:25 PM Hi all, I want to extract the word docs, without extracting the images. How can i extract the document (only text not images in the documents) with this criteria. Thanks in advance, Regards, Prabhu.K -- View this message in context: http://www.nabble.com/Word-Extraction-without-images-is-possible--tp21248240p21248240.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
