Signing pdf file and checking if a particular section in a pdf file is signed using Java-Selenium test automation

I need to create an automated test script that will check if a particular section in a pdf file is signed and if not signed to automatically sign it. I am using Java-Selenium solution.

Your help is greatly appreciated.

Thanks.

Hi @khaled.a.ahmad07 are you going to inspect an uploaded version of the PDF file or are you going to automate on a page where the PDF was being signed?

Hi John,

For now the plan is to inspect an uploaded version of the pdf file. Although it will be nice to automate the singing of the pdf file displayed on a web page as currently the pdf files are being displayed on edge browser.

I appreciate your continued support.

got the solution working?