Hello,
we try to get the Signature count with following code:
using (var pdfFileSignature = new PdfFileSignature())
{
pdfFileSignature.BindPdf(InputPdf);
return pdfFileSignature.GetSignNames().Count;
}
With attach…...SanitizationExceptio when checking for Signatures Aspose.PDF Product Family...Hello, we try to get the signature count with following code:...