Hi Syncfusion team,
I am trying to read the fields from a PDF file which is not flattened (I can select the fields in a PDF reader). However, the "fields" from PdfFormFieldCollection is always empty.
I followed the documentation here but no luck.
When I extract the entire text I can read the whole document but without the fields.
String text = PdfTextExtractor(document).extractText();
In the attached file, how can I read the number "35" (after "Transaction Property Address")?
Thank you in advance,
Attachment: I_cannot_read_fields_7f270aef.zip