Compare two word documents

HI ,Can anybody help me in finding a solution for comparing the contents of two word documents & return the difference between those compared documents.Is there any java api for it?Thanks in advance :-)
[227 byte] By [neeth@coga] at [2007-11-27 4:15:17]
# 1
umm, i am not so sure about this, but i think there is a project carried out on reading/writing office formats.havent used it myself, but here is the link, dunno if it helps. http://jakarta.apache.org/poi/
Skeletora at 2007-7-12 9:21:39 > top of Java-index,Java Essentials,Java Programming...
# 2
Its available in MS word package itself.
New_Kida at 2007-7-12 9:21:39 > top of Java-index,Java Essentials,Java Programming...
# 3
I used the package to read and write XLS with success in several projects.
BIJ001a at 2007-7-12 9:21:39 > top of Java-index,Java Essentials,Java Programming...
# 4
> MS word package What is it?
BIJ001a at 2007-7-12 9:21:39 > top of Java-index,Java Essentials,Java Programming...
# 5
If the OP is tryin to do it because smeone asked him to compare a really large doc and he s tryin to make a program. Then just use the tool available in MS word
New_Kida at 2007-7-12 9:21:39 > top of Java-index,Java Essentials,Java Programming...
# 6
that doesnt help my cause..anyways thanks for the info...
neeth@coga at 2007-7-12 9:21:39 > top of Java-index,Java Essentials,Java Programming...