<?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 : XFA-Functions</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 : I need help - I can help : XFA-Functions]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 08:01:22 +0000</pubDate>
  <lastBuildDate>Tue, 06 Oct 2009 07:21:12 +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=1152</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[XFA-Functions : We&amp;#039;ll look at this further...]]></title>
   <link>http://www.quickpdf.org/forum/xfafunctions_topic1152_post5647.html#5647</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1003">deabrew</a><br /><strong>Subject:</strong> 1152<br /><strong>Posted:</strong> 06 Oct 09 at 7:21AM<br /><br />We'll look at this further internally, thanks for pointing this out...]]>
   </description>
   <pubDate>Tue, 06 Oct 2009 07:21:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/xfafunctions_topic1152_post5647.html#5647</guid>
  </item> 
  <item>
   <title><![CDATA[XFA-Functions : Whitghout loading a pdf file,...]]></title>
   <link>http://www.quickpdf.org/forum/xfafunctions_topic1152_post5346.html#5346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=129">DELBEKE</a><br /><strong>Subject:</strong> 1152<br /><strong>Posted:</strong> 24 Jul 09 at 12:34PM<br /><br />Whitghout loading a pdf file, Qp.GetXFAFormFieldCount() return 1. I think it's a bug<BR>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 12:34:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/xfafunctions_topic1152_post5346.html#5346</guid>
  </item> 
  <item>
   <title><![CDATA[XFA-Functions : Another Question: There are only...]]></title>
   <link>http://www.quickpdf.org/forum/xfafunctions_topic1152_post5345.html#5345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1121">mlange</a><br /><strong>Subject:</strong> 1152<br /><strong>Posted:</strong> 24 Jul 09 at 9:28AM<br /><br />Another Question: There are only two fields in the pdf-file. Why does the function returns 3?]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 09:28:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/xfafunctions_topic1152_post5345.html#5345</guid>
  </item> 
  <item>
   <title><![CDATA[XFA-Functions : Ty for the reply.I have tried...]]></title>
   <link>http://www.quickpdf.org/forum/xfafunctions_topic1152_post5344.html#5344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1121">mlange</a><br /><strong>Subject:</strong> 1152<br /><strong>Posted:</strong> 24 Jul 09 at 9:26AM<br /><br />Ty for the reply.<br><br>I have tried the other declaration also. But no success. Btw, in the reference guide, the dll-version of 7.14 returns an integer...<br>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 09:26:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/xfafunctions_topic1152_post5344.html#5344</guid>
  </item> 
  <item>
   <title><![CDATA[XFA-Functions : Hi mlange  I have tried the...]]></title>
   <link>http://www.quickpdf.org/forum/xfafunctions_topic1152_post5342.html#5342</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=129">DELBEKE</a><br /><strong>Subject:</strong> 1152<br /><strong>Posted:</strong> 24 Jul 09 at 9:00AM<br /><br />Hi mlange<DIV>&nbsp;</DIV><DIV>I have tried the activeX version and it works fine for me, i got 3 in fcountint.</DIV><DIV>the only change i've done is to dim fcountInt&nbsp; as a long</DIV><DIV>&nbsp;</DIV><DIV>Option Explicit</DIV><DIV><BR>Private Sub Command1_Click()<BR>Dim Qp As Object<BR>Dim X As Long<BR>Dim fcountInt As Long<BR>&nbsp;&nbsp;&nbsp; Set Qp = CreateObject("QuickPDFAX0714.PDFLibrary")<BR>&nbsp;&nbsp;&nbsp; X = Qp.UnlockKey("xxxx")<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; X = Qp.LoadFromFile("C:\PdfVisu\PdfTest\AFX\Designer71.pdf")<BR>&nbsp;&nbsp;&nbsp; fcountInt = Qp.GetXFAFormFieldCount()<BR>&nbsp; MsgBox fcountInt<BR>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 09:00:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/xfafunctions_topic1152_post5342.html#5342</guid>
  </item> 
  <item>
   <title><![CDATA[XFA-Functions :   Hi Rowan, ty for you reply.Ok,...]]></title>
   <link>http://www.quickpdf.org/forum/xfafunctions_topic1152_post5341.html#5341</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1121">mlange</a><br /><strong>Subject:</strong> 1152<br /><strong>Posted:</strong> 24 Jul 09 at 8:41AM<br /><br />Hi Rowan, ty for you reply.<br><br>Ok, for further investigatins here is the Code and the file:<br><br>1. Code<br>&nbsp;&nbsp;&nbsp; Dim x As Long<br>&nbsp;&nbsp;&nbsp; Dim fcountInt As Integer<br>&nbsp;&nbsp;&nbsp; Dim fcountlong As Long<br>&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; ' ########################<br>&nbsp;&nbsp;&nbsp; ' Try with the DLL-Version<br>&nbsp;&nbsp;&nbsp; ' ########################<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim inst As Long<br>&nbsp;&nbsp;&nbsp; inst = QuickPDFCreateLibrary()<br>&nbsp;&nbsp;&nbsp; x = QuickPDFUnlockKey(inst, "my key")<br>&nbsp;&nbsp;&nbsp; x = QuickPDFLoadFromFile(inst, "Designer71.pdf")<br>&nbsp;&nbsp;&nbsp; fcountlong = QuickPDFGetXFAFormFieldCount(inst)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ' ########################<br>&nbsp;&nbsp;&nbsp; ' Try with the AX-Version<br>&nbsp;&nbsp;&nbsp; ' ########################<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim qp As Object<br>&nbsp;&nbsp;&nbsp; Set qp = CreateObject("QuickPDFAX0714.PDFLibrary")<br>&nbsp;&nbsp;&nbsp; qp.UnlockKey ("my key")<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; x = qp.LoadFromFile("Designer71.pdf")<br>&nbsp;&nbsp;&nbsp; fcountInt = qp.GetXFAFormFieldCount()<br><br><br>2. Screens from the Errors:<br><br>2.1 AX-Version<br><img src="http://img136.imageshack.us/img136/5527/errorax.jpg" border="0" /><br>2.2 DLL-Version<br><img src="http://img266.imageshack.us/img266/2131/designer7xfagpf.jpg" border="0" /><br><br>3. The file i have used (not the original, but the same effect)<br><br><a href="http://img248.imageshack.us/img248/5895/designer71.pdf" target="_blank">http://img248.imageshack.us/img248/5895/designer71.pdf</a><br><br><br>4. explanation<br>the error pops up in the line with the red border.<br>Sorry for the "german" screenshots, but this is whre i work :-).<br><br>greetings, Marc<br><span style="font-size:10px"><br /><br />Edited by mlange - 24 Jul 09 at 8:51AM</span>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 08:41:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/xfafunctions_topic1152_post5341.html#5341</guid>
  </item> 
  <item>
   <title><![CDATA[XFA-Functions : Hi mlange,The GetXFAFormFieldName...]]></title>
   <link>http://www.quickpdf.org/forum/xfafunctions_topic1152_post5335.html#5335</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1152<br /><strong>Posted:</strong> 24 Jul 09 at 12:18AM<br /><br />Hi mlange,<div><br></div><div>The GetXFAFormFieldName function should have worked with a Adobe Designer 7.1 made file. Is there anywhere that you could upload this file to for us to look at? If you can't share the document with the public email me the document at rowan.hanna@quickpdflibrary.com.</div><div><br></div><div>Cheers,</div><div>- Rowan.</div>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 00:18:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/xfafunctions_topic1152_post5335.html#5335</guid>
  </item> 
  <item>
   <title><![CDATA[XFA-Functions : Hallo everybody,i am new to the...]]></title>
   <link>http://www.quickpdf.org/forum/xfafunctions_topic1152_post5329.html#5329</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1121">mlange</a><br /><strong>Subject:</strong> 1152<br /><strong>Posted:</strong> 21 Jul 09 at 12:28PM<br /><br />Hallo everybody,<br><br>i am new to the forum but i have made my experiences with the QuickPdf-Library for about 4 years now.<br><br>I tried to use the XFA-functions like "GetXFAFormFieldName", with a Designer-made (7.1) pdf-file. But the only thing i get is a gpf (general protection fault). <br><br>Has anybody made some succesful attemps using these funtions or is it still a dummy?<br><br><br>P.S. I use the DLL-version of the Library Version 7.14.<br><br>]]>
   </description>
   <pubDate>Tue, 21 Jul 2009 12:28:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/xfafunctions_topic1152_post5329.html#5329</guid>
  </item> 
 </channel>
</rss>