Hello all,
I'm trying to compare 2 docx files. I need to compare its content and all. Basically, determinate if both docx are equals or not.
I found several examples that shows how to compare and merge 2 docx files in a new one. This doesn't work for me. I need, for example, a list of differences or a simply boolean that tell me that both documents are equals or not. This is because I´m creating JUnit tests and a new document where the diferences are highlighted is useless for me.
Could someone help me with this? Exist a way to do this?
Thanks in advance,
Maxi