How to read MS Word file

Hi,

How can i read MS word file in java ? My problem is that want to read .doc file and convert this .doc file into .txt tile . I was try with Jakarata POI , but i m not found out POI ?

How to use Jakarata POI for reading .doc file ?

Thanks in advance

madhu

m.sudan21@gmail.com

[315 byte] By [m.sudan21a] at [2007-11-27 11:03:27]
# 1

I believe your looking for the <input type="file" tag to read a file from the user's browser to the servlet. There are examples of this on line. POI is used after the file is read into the servlet to extract its information.>

George123a at 2007-7-29 12:49:42 > top of Java-index,Java Essentials,Java Programming...