<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Retriving Form Field Object</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : Sample Code : Retriving Form Field Object]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 11 May 2026 22:19:06 +0000</pubDate>
  <lastBuildDate>Wed, 06 May 2015 09:13:10 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3111</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Retriving Form Field Object : Hello,You can use code similar...]]></title>
   <link>http://www.quickpdf.org/forum/retriving-form-field-object_topic3111_post12481.html#12481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 3111<br /><strong>Posted:</strong> 06 May 15 at 9:13AM<br /><br /><div><br></div><div>Hello,</div><div><br></div><div>You can use code similar to the code below. &nbsp;GetFormFieldCount will return the total number of formfields located in the PDF. &nbsp;If it is 0 then there are no formfields. &nbsp;You can then use a loop from 1 to FormFieldCount to access each formfield. &nbsp;item 1 is the first formfield, 2 the second ...</div><div>&nbsp; for i = 1 to GetFormFieldCount()</div><div>&nbsp; {</div><div>&nbsp; &nbsp; // use i as the index to the formfields</div><div><br></div><div>&nbsp; &nbsp; type = QP.GetFormFieldTpe(i);</div><div><br></div><div>&nbsp; &nbsp; x = QP.GetFormFieldBound( i, 1);</div><div>&nbsp; &nbsp; y = QP.GetFormFieldBound( i, 2);</div><div><br></div><div>&nbsp; &nbsp; title = QP.GetFormFieldTitle(i); &nbsp;// formfield name</div><div><br></div><div>&nbsp; &nbsp; value = QP.GetFormFieldValue(i);</div><div><br></div><div>&nbsp; &nbsp; ..</div><div>&nbsp; &nbsp; ..</div><div><br></div><div>There are many other form field functions. &nbsp;Use this link to see them all.</div><div><br></div><div>&nbsp; http://www.debenu.com/docs/pdf_library_reference/FormFields.php</div><div><br></div><div>Andrew</div>]]>
   </description>
   <pubDate>Wed, 06 May 2015 09:13:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/retriving-form-field-object_topic3111_post12481.html#12481</guid>
  </item> 
  <item>
   <title><![CDATA[Retriving Form Field Object : Function FornmFieldCount() will...]]></title>
   <link>http://www.quickpdf.org/forum/retriving-form-field-object_topic3111_post12474.html#12474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2631">erico</a><br /><strong>Subject:</strong> 3111<br /><strong>Posted:</strong> 01 May 15 at 7:35PM<br /><br />Function FornmFieldCount() will give you the number of fields.<br><br>Iterate using GetFormFieldBound() to get x,y axis and sizes. Many other "GetFormField..." functions to obtain the other information required. It's all in the documentation.<br>]]>
   </description>
   <pubDate>Fri, 01 May 2015 19:35:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/retriving-form-field-object_topic3111_post12474.html#12474</guid>
  </item> 
  <item>
   <title><![CDATA[Retriving Form Field Object : Thanks in advance...My requirement...]]></title>
   <link>http://www.quickpdf.org/forum/retriving-form-field-object_topic3111_post12473.html#12473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2732">ramtankala</a><br /><strong>Subject:</strong> 3111<br /><strong>Posted:</strong> 01 May 15 at 1:41PM<br /><br />Thanks in advance...<br /><br />My requirement is how to get the each form field name, field value, position of field(X-axis and Y-axis),field height,field width.<br /><br />I am not able to read each field object.<br /><br />Give me an idea how to get the  form field object.<br /><br /><br />it is very urgent..]]>
   </description>
   <pubDate>Fri, 01 May 2015 13:41:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/retriving-form-field-object_topic3111_post12473.html#12473</guid>
  </item> 
 </channel>
</rss>