Welcome Guest Search | Active Topics | Sign In | Register

loop through pdf fields Options
AoFA
Posted: Sunday, March 2, 2014 10:19:03 AM
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
eo_support
Posted: Sunday, March 2, 2014 10:35:13 AM
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.aspx

The element in this collection is PdfField. Note that each PdfField can have children fields:

http://www.essentialobjects.com/doc/4/eo.pdf.pdffield.children.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.