Rank: Newbie Groups: Member
Joined: 11/29/2013 Posts: 2
|
How do you loop through all the input fields on an existing pdf extracting fieldname and field contents. Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, You would just use for each to loop through this collection: http://www.essentialobjects.com/doc/4/eo.pdf.pdfdocument.fields.aspxThe element in this collection is PdfField. Note that each PdfField can have children fields: http://www.essentialobjects.com/doc/4/eo.pdf.pdffield.children.aspxThanks!
|