How do I enumerate all the fields in a PDF file in ITextSharp

Posted by Keltex on Stack Overflow See other posts from Stack Overflow or by Keltex
Published on 2010-06-15T00:38:35Z Indexed on 2010/06/15 0:42 UTC
Read the original article Hit count: 288

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about pdf