Pdf expert signature doesn´t allow to get fields

Hi,


When we try to get the fields of a document signed in pdf expert 5 on ios (https://readdle.com/products/pdfexpert5/) is not working. But if the document is signed in abode acrobat it works since you have fixed it for version 9.

This is the code that we are trying:

string path = upload.PostedFile.FileName;
Document doc = new Document(path);
Aspose.Pdf.License licence = new Aspose.Pdf.License();
licence.SetLicense(“Aspose.Pdf.lic”);
Aspose.Pdf.InteractiveFeatures.Forms.Field[] _formFields = null;
_formFields = doc.Form.Fields;//Raise Error
TextBoxField txtName = doc.Form[“txtNamePru1”] as TextBoxField;
SignatureField signature = doc.Form[“SignaturePru”] as SignatureField;
string textName = txtName.Value;
string firm = signature.Signature.Authority;

Please find attached pdfs signed in both pdf expert and adobe acrobat then you can see the difference.

Thanks for your support and awesome product.

Best,

Hi Larry,


Thanks for your inquiry. I have managed to reproduce the exception against PDFExpert .pdf and logged issue as PDFNEWNET-37753 in our issue tracking system for further investigation and resolution. We will notify you as soon as we resolve it.

We are sorry for the inconvenience caused.

Best Regards,