Question
Retrieving signature from CERT or PDF file of signee.
How do we return the Name in the signature file? I exported to XML using C# and no information was in it about the signature. We want to store the signature of each signer of a document we will repeatedly use.Than us his/her name as lookup to refer back to the document he/she signed. We can store name in a database table with the name of file so pdf could be dynamically be opened by dropdown select.
