Detecting e-Signature on PDF

Is there a method in Pdf.Kit to detect whether or not a .PDF file has a digital signature?


This message was posted using Aspose.Live 2 Forum

Hi Kyle,

Yes, you can use Aspose.Pdf.Kit to check whether a PDF file contains a signature or not using IsContainSignature method. You can also verify a particular signature using its name with the help of VerifySignature method. You can find an example in the second code snippet in this article.

I hope this helps. If you have any further questions, please do let us know.
Regards,