<?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 : Order of field name retrieval</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 : General Discussion : Order of field name retrieval]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 09:58:23 +0000</pubDate>
  <lastBuildDate>Tue, 07 Mar 2006 07:51:11 +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=351</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[Order of field name retrieval : Ops, of course !  I didnt remeber...]]></title>
   <link>http://www.quickpdf.org/forum/order-of-field-name-retrieval_topic351_post1480.html#1480</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 351<br /><strong>Posted:</strong> 07 Mar 06 at 7:51AM<br /><br />Ops, of course !<br /><br />I didnt remeber there was a GetFormfieldTabOrder function !<br /><br />Once I have it in hand, sorting it is a piece of cake !<br /><br />Issue closed. <br /><br />Thanks !]]>
   </description>
   <pubDate>Tue, 07 Mar 2006 07:51:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/order-of-field-name-retrieval_topic351_post1480.html#1480</guid>
  </item> 
  <item>
   <title><![CDATA[Order of field name retrieval : Usethe loop to retrieve the list...]]></title>
   <link>http://www.quickpdf.org/forum/order-of-field-name-retrieval_topic351_post1479.html#1479</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=170">bogey</a><br /><strong>Subject:</strong> 351<br /><strong>Posted:</strong> 07 Mar 06 at 7:30AM<br /><br /><P>Use&nbsp;the loop to retrieve the list of all the form fields and retrieve the tab order at the same time. Place both pieces of information in an 2 dimensional array. </P><P>dim formfieldArray(formFieldCount,2)</P><P>FOR index=1 TO formfieldcount&nbsp;</P><P>&nbsp; formfieldArray(index,0) = QP.getFormFieldTabOrder(index)</P><P>&nbsp; formfieldArray(index,1) = QP.getformfieldtitle(index) </P><P>NEXT </P><P>Then sort the array by the array column 0 using whatever sort algorythmn you want.<BR></P><span style="font-size:10px"><br /><br />Edited by bogey</span>]]>
   </description>
   <pubDate>Tue, 07 Mar 2006 07:30:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/order-of-field-name-retrieval_topic351_post1479.html#1479</guid>
  </item> 
  <item>
   <title><![CDATA[Order of field name retrieval : Another idea that I&amp;#039;ve just...]]></title>
   <link>http://www.quickpdf.org/forum/order-of-field-name-retrieval_topic351_post1478.html#1478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 351<br /><strong>Posted:</strong> 07 Mar 06 at 7:22AM<br /><br />Another idea that I've just had : from this utility of mine, I can load the whole PDF into a string and then, try to find out some more information from it, even if QuickPDF does not return it to me.<br /><br />I just need to know what I have to look for, that is, where in the PDF I can find either the tab order or the field positioning.<br /><br />Here's like a field declaration looks like, when I open the PDF as a text file :<br /><br />6 0 obj<br />&lt;&lt; /Type /Annot<br />&nbsp;&nbsp;&nbsp;/Subtype /Widget<br />&nbsp;&nbsp;&nbsp;/F 4<br />&nbsp;&nbsp;&nbsp;/Rect &#091;58.6 643.8 124.9 656.7&#093;<br />&nbsp;&nbsp;&nbsp;/FT /Tx<br />&nbsp;&nbsp;&nbsp;/P 1 0 R<br />&nbsp;&nbsp;&nbsp;/T (TCOPROCESSO)<br />&nbsp;&nbsp;&nbsp;/TU &lt;FEFF&gt;<br />&nbsp;&nbsp;&nbsp;/V &lt;FEFF&gt;<br />&nbsp;&nbsp;&nbsp;/DV &lt;FEFF&gt;<br />&nbsp;&nbsp;&nbsp;/DR &lt;&lt; /Font 45 0 R &gt;&gt;<br />&nbsp;&nbsp;&nbsp;/DA (0 0 0 rg /HelvReg 8 Tf)<br />&nbsp;&nbsp;&nbsp;/AP &lt;&lt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/N 51 0 R<br />&nbsp;&nbsp;&nbsp;&gt;&gt;<br />&gt;&gt;<br />endobj<br /><br />Where's the field positioning (or the tab order) on the field declaration above ?<br />]]>
   </description>
   <pubDate>Tue, 07 Mar 2006 07:22:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/order-of-field-name-retrieval_topic351_post1478.html#1478</guid>
  </item> 
  <item>
   <title><![CDATA[Order of field name retrieval : I use Open Office version 2.0...]]></title>
   <link>http://www.quickpdf.org/forum/order-of-field-name-retrieval_topic351_post1476.html#1476</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 351<br /><strong>Posted:</strong> 07 Mar 06 at 7:07AM<br /><br />I use Open Office version 2.0 to design my PDF with empty form fields (a template PDF).<br /><br />Then, I have an utility of mine that "reads" the PDF and lists the form fields that this PDF contains.The purpose of this utility is to generate a source code to be pasted into my original code. Something like PDFformfieldname="".<br /><br />Then I do :<br /><br />FOR index=1 TO formfieldcount<br />  formfieldname=getformfieldtitle(index)<br />NEXT<br /><br />Finally : the problem is that the FOR/NEXT above sometimes wont retrieve the field names on the order they appear at the PDF.<br /><br />Is there a way to make this field name retrieval to be done on a TAB ORDER manner ? Or, at least to retrieve some other information from the fields, such as their positioning, so that I could classify the field names ?<br /><br />Because my generated source code gets messed up, that is, the fields are listed not on the order that they appear on the page...<br /><br />Thanks in advance for your support !]]>
   </description>
   <pubDate>Tue, 07 Mar 2006 07:07:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/order-of-field-name-retrieval_topic351_post1476.html#1476</guid>
  </item> 
 </channel>
</rss>