<?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 : CapturePage, form values missing</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 : CapturePage, form values missing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Jul 2026 12:09:40 +0000</pubDate>
  <lastBuildDate>Thu, 19 May 2011 10:50:59 +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=1336</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[CapturePage, form values missing : Just in case someone comes here...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post7912.html#7912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1603">asturcon3</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 19 May 11 at 10:50AM<br /><br />Just in case someone comes here (I have just reached googling)<br><br>If .LoadFromFile(path) then<br>&nbsp;&nbsp;&nbsp; If .setneedappearances(1) Then<br>&nbsp;&nbsp;&nbsp; &nbsp; While .formfieldcount<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .flattenformfield 1<br>&nbsp;&nbsp;&nbsp; &nbsp; Wend<br>&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; ' ...<br>end if<br><br>This will commit the form values to the image, allowing capture functions to get the data.<br><br>]]>
   </description>
   <pubDate>Thu, 19 May 2011 10:50:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post7912.html#7912</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing :  Hi all!The fields are simple...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6149.html#6149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 12 Feb 10 at 1:56PM<br /><br />Hi all!<br><br>The fields are simple text.&nbsp; Is the combinelayer in the rigth position?<br><br><br>With oQPDF<br><br>&nbsp; lngDocId = .NewDocument<br>&nbsp; If .LoadFromFile(strPath)&lt;&gt;0 Then<br>&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp; For k=lngInitPage to lngEndPage<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .InsertPages k+1, 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectPage k<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CombineLayers<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cap = .CapturePage<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DrawCapturedPage cap, ...<br><a href="file:///C:%5CDOCUME%7E1%5CMJJIME%7E1%5CC&#079;NFIG%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" target="_blank"></a><span style="font-size:10px"><br /><br />Edited by mjim79 - 13 Feb 10 at 10:42PM</span>]]>
   </description>
   <pubDate>Fri, 12 Feb 2010 13:56:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6149.html#6149</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing : Hi!What type have the fields where...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6145.html#6145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 11 Feb 10 at 1:53PM<br /><br />Hi!<br><br>What type have the fields where the content is missing? Not simple text i assume...<br>BTW: I'm not all-knowing ... i'm a user as many here ... okay ... a bit longer but a user. So if you have problems why not try? Trying left, trying right, ... and share your experiences with us ;-)<br><br>Cheers, Ingo<br><br>&nbsp;<br>]]>
   </description>
   <pubDate>Thu, 11 Feb 2010 13:53:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6145.html#6145</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing : Hi Ingo!Now i get two layers,...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6144.html#6144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 11 Feb 10 at 1:13PM<br /><br />Hi Ingo!<br><br>Now i get two layers, but the field values still missing doing a combinelayers. &nbsp; I need to insert the captured page in other document with other information.&nbsp; Can I use other functions?&nbsp; I try a RenderPageToVariant but image returned is slow quality and hight size.<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Thu, 11 Feb 2010 13:13:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6144.html#6144</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing : Hi Ingo!I try CombineLayers between...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6122.html#6122</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 08 Feb 10 at 7:42AM<br /><br />Hi Ingo!<br><br>I try CombineLayers between the selectPage and capturePage, and before selectPage.&nbsp; Doesn't work.&nbsp; I sent&nbsp; you the form and a new document with captured page embebed (DrawCapturedPage).&nbsp; Also I sent you part of the code to do this.&nbsp; <br><br>Thanks!<br><br><br>]]>
   </description>
   <pubDate>Mon, 08 Feb 2010 07:42:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6122.html#6122</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing : Hi Miguel!There should be something...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6116.html#6116</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 05 Feb 10 at 1:10PM<br /><br />Hi Miguel!<br><br>There should be something wrong with your code.<br>If i check your form with QuickPDF i find two layers.<br>So if you get back only one then there is the problem.<br>Perhaps you don't do CombineLayers  at the right position?<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Fri, 05 Feb 2010 13:10:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6116.html#6116</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing : Hi!Please send me the form......]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6112.html#6112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 05 Feb 10 at 11:26AM<br /><br />Hi!<br><br>Please send me the form... so i can check myself.<br>Use the "advanced search" here on the page and search for "ewetel"... then you'll get my email ;-)<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Fri, 05 Feb 2010 11:26:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6112.html#6112</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing : Ok, I don&amp;#039;t konw whats happen...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6111.html#6111</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 05 Feb 10 at 10:28AM<br /><br />Ok, I don't konw whats happen but LayerCount returns 1 and the form values are missing.&nbsp; Other alternative?<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Fri, 05 Feb 2010 10:28:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6111.html#6111</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing : Hi!&amp;#034;Normal&amp;#034; pdf-documents...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6110.html#6110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 04 Feb 10 at 7:16PM<br /><br />Hi!<br><br>"Normal" pdf-documents have two layers ...<br>Forms won't have less ;-)<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Thu, 04 Feb 2010 19:16:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6110.html#6110</guid>
  </item> 
  <item>
   <title><![CDATA[CapturePage, form values missing : Thanks Ingo.I try a CombineLayers...]]></title>
   <link>http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6108.html#6108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1336<br /><strong>Posted:</strong> 04 Feb 10 at 5:15PM<br /><br />Thanks Ingo.<br><br>I try a CombineLayers and doesn't works.&nbsp; LayerCount returns me 1.&nbsp; Has pdfs with form more than one layer always?<br>]]>
   </description>
   <pubDate>Thu, 04 Feb 2010 17:15:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/capturepage-form-values-missing_topic1336_post6108.html#6108</guid>
  </item> 
 </channel>
</rss>