views:

597

answers:

1

hi

I want to compare 2 ms word document, after searching lot I found 2 ways we can do this.

1) compare with docx4j api. 2) compare with org.eclipse.compare api.

with docx4j we can compare only 2 paragraph and it will works only with .docx extention.

so I feel like if we can compare docs with eclips compare api than it will be better.

I want sample code to compare anything with eclipse compare api. if any body already tried please send me sample code ...

appreciate your help ...

A: 

I found this tutorial for using the eclipse libs. Not sure it supports docx though.

willcodejavaforfood
Thanks a lot ...
Bihag Raval
but is it works on linux server ?
Bihag Raval