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…...25, 2022, 12:35pm #5 Hello, one question about this exception...sure that there exists at least one signature (valid or not) in the...