Exception:
"System.InvalidCastException" at Aspose.Pdf.InteractiveFeatures.Forms.Signature
Code:
Aspose.Pdf.Document document = new
Aspose.Pdf.Document(file);
var pdfSign = new PdfFileSignature(document);
var names = pdfSign.GetSignNames();
Aspose.Pdf 9.7.0