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

android - Sent Blob results empty -

javascript - Bootstrap Popover: iOS Safari strange behaviour -