Page 1 of 1

Word Document comparison

PostPosted: Sat Nov 22, 2014 2:08 am
by PavanKoduri
Hi,

We have a requirement where in we have to automate the validation of the content of a word document.

For this we would like to follow the below approach.

Compare the test document with a standard document and based on that we should highlight the differences.The standard and Test documents contains heavy images like diagrams and text content around 20 pages.

is this possible with the docx4j ? if so any sample program(latest) you can provide?

Thanks
Pavan

Re: Word Document comparison

PostPosted: Sat Nov 22, 2014 8:01 am
by jason
Try https://github.com/plutext/docx4j/blob/ ... ments.java

If it doesn't meet your needs, you can extend/enhance it.