tried docx format with

XWPFDocument doc = new XWPFDocument(fis);
XWPFWordExtractor ex = new XWPFWordExtractor(doc);
String toReturn = ex.getText();

same result, the resulting String has the hidden characters.



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