I have a PDF document that was obtained by converting a XSL-FO document to PDF using a XSL-FO to PDF render engine called fonet.
To convert XSL-FO document to PDF I did as explained here.
Now, I am trying to get all the fields in the PDF file using ITextSharp. To do this I proceed as explained here. However, in line af.Fields it returns 0 fields. Why?