the way I'm getting the text is like this

                HWPFDocument doc = new HWPFDocument(inputStream);
                WordExtractor ex = new WordExtractor(doc);
                String toReturn = ex.getText();
                ex.close();
                return toReturn;



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/removing-hidden-characters-tp5721564p5721565.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]

Reply via email to