Document to text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Geethu03
    New Member
    • Dec 2006
    • 45

    #1

    Document to text

    Hello

    I have a document file.From that file i want to pick all words and store it into the text file. Is there is any tool to do it.

    Please help to do this

    Thanks in Advance
    Geethu.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Geethu03
    Hello

    I have a document file.From that file i want to pick all words and store it into the text file. Is there is any tool to do it.

    Please help to do this

    Thanks in Advance
    Geethu.
    By document you mean .doc?
    Use Jakarta's poi package to read the .doc and write to the .txt file using a BufferedWriter

    Comment

    Working...