How do I enumerate all the fields in a PDF file in ITextSharp
- by Keltex
Let's say I've loaded a PDF file using iTextSharp:
PdfStamper p = GetDocument();
AcroFields af = ps.AcroFields;
How do I get a list of all field names on the document from af?