Get information who sign document in PHP
I have an application created in PHP. I create PDF documents using the TCPDF library with an embedded signature field inside the document using a digital ID or qualified signature. Everything works perfectly. The next step in creating the application is that I want to use PHP to extract information from the signed file about who signed the document. I found information about Adobe SDK on the Internet. Is it possible to extract the information I am interested in using PHP using this tool?
