aspose file tools
The moose likes Java in General and the fly likes Read a word document Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Read a word document" Watch "Read a word document" New topic
Author

Read a word document

Ram Kas
Ranch Hand

Joined: Jul 26, 2006
Posts: 81
Hi,

I want t o read a word document and print the contents to console. But, when I do it as if I were doing it with text files, it displays some weird characters. Can anyone throw some light on how I should proceed?

Thanks in advance.

Dinakar Kasturi.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35232
    
    7
DOC is a binary file format; you can't treat it like you would treat text files. An API that can extract the text from a DOC file is Jakarta POI; you can find some usage examples here.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Read a word document
 
Similar Threads
How to read MSWORD and MSEXCEL document
need help to work with apache poi.hwpf
Reading word document
question on FileInputStream
Mearging two word documents using POI