java - Eclipse word-document reader/text extractor -


i need create script read data word documents , process using java. when reading right out of file, text get's messed up, understandable.

my question if there exists plugin eclipse extract text file?

you can use apache poi libraries using xwpf

xwpfdocument wd = new xwpfdocument(inputstream); xwpfwordextractor wde = new xwpfwordextractor(wd); 

general instruction read file


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -