How to compare two word/pdf files and the difference of it - which include style/text/ etc | Selenium Forum
M
Manikanta Posted on 22/08/2019

A
Ashish Thakur Replied on 23/08/2019

You need to write your own custom code to achieve this thing.


M
Manikanta Replied on 30/08/2019

did u have any code to refer


A
Ashish Thakur Replied on 03/09/2019

No, we don't have any code to refer.

Hint. You can use POI to read doc file and PDFBox to read PDF files.

All you need to do is to read the API  Doc and use them