<?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 : Merging PDF Pages: Empty FormFields</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 : Merging PDF Pages: Empty FormFields]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 02:07:07 +0000</pubDate>
  <lastBuildDate>Mon, 03 Feb 2025 14:38:30 +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=4044</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[Merging PDF Pages: Empty FormFields : I copied the template using Adobe...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16388.html#16388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3234">Skandinavier</a><br /><strong>Subject:</strong> 4044<br /><strong>Posted:</strong> 03 Feb 25 at 2:38PM<br /><br />I copied the template using Adobe Reader. With this template, I achieve the desired result with the above code, namely pages 1–3. PDFs truly are a riddle wrapped in a mystery inside an enigma (W. Churchill).]]>
   </description>
   <pubDate>Mon, 03 Feb 2025 14:38:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16388.html#16388</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDF Pages: Empty FormFields :  Hello everyone,The fields are...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16387.html#16387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3234">Skandinavier</a><br /><strong>Subject:</strong> 4044<br /><strong>Posted:</strong> 31 Jan 25 at 9:57AM<br /><br /><div><div>Hello everyone,</div><div><br></div><div>The fields are AcroForm.</div><div><br></div><div>I choose to define all possible fields and remove the unnecessary ones before saving.</div><div>However, I'm encountering a strange issue:</div><div>When generating the document, I end up with the first page repeated three times—although the same code works perfectly fine with a different template.</div><div><br></div><div>Could someone take a look at the code below and help me understand why this is happening?</div><div><br></div><div>&nbsp;Dim fileName As String = "D:\....\...\Template.pdf"</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim Final_Doc As Integer</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim Used_Doc As Integer</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Call QP.LoadFromFile(fileName, "")</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; '1. Page</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Call QP.SetFormFieldValueByTitle("Titel", "First Page")</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Final_Doc = QP.SelectedDocument()</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; '2. Page</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Call QP.LoadFromFile(fileName, "")</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Call QP.SetFormFieldValueByTitle("Titel", "Second Page")</div><div>&nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Used_Doc = QP.SelectedDocument()</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SelectDocument(Final_Doc)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.MergeDocument(Used_Doc)</div><div><br></div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; '3. Page</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Call QP.LoadFromFile(fileName, "")</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Call QP.SetFormFieldValueByTitle("Titel", "Third Page")</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Used_Doc = QP.SelectedDocument()</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SelectDocument(Final_Doc)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.MergeDocument(Used_Doc)</div><div><br></div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Call QP.SaveToFile("D:\....\...\Result.pdf")</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Remove document from memory</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.RemoveDocument(Final_Doc)</div><div><br></div><div><br></div><div>Thanks in advance!</div></div>]]>
   </description>
   <pubDate>Fri, 31 Jan 2025 09:57:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16387.html#16387</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDF Pages: Empty FormFields : Thankyou For the info. ]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16384.html#16384</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3360">noramila</a><br /><strong>Subject:</strong> 4044<br /><strong>Posted:</strong> 24 Jan 25 at 12:19PM<br /><br />Thankyou For the info.]]>
   </description>
   <pubDate>Fri, 24 Jan 2025 12:19:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16384.html#16384</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDF Pages: Empty FormFields : With//...if (QP.GetXFAFormFieldCount...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16383.html#16383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 4044<br /><strong>Posted:</strong> 23 Jan 25 at 9:23PM<br /><br />With<div>//...</div><div>if (QP.GetXFAFormFieldCount &gt; 0) or (QP.FormFieldCount &gt; 0) then...</div><div>//...</div><div>you can check if there are acro form fields or xfa form fields.</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 23 Jan 2025 21:23:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16383.html#16383</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDF Pages: Empty FormFields : Hi @Skandinavier,Try flattening...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16382.html#16382</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3360">noramila</a><br /><strong>Subject:</strong> 4044<br /><strong>Posted:</strong> 23 Jan 25 at 1:17PM<br /><br /><span style="color: rgb248, 250, 255; font-family: Inter, system-ui, -apple-system, MacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Noto Sans&quot;, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, Oxygen, &quot; Sans&quot;, sans-serif; font-size: 16.002px; : rgb41, 42, 45;">Hi @Skandinavier,</span><br style="color: rgb248, 250, 255; font-family: Inter, system-ui, -apple-system, MacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Noto Sans&quot;, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, Oxygen, &quot; Sans&quot;, sans-serif; font-size: 16.002px; : rgb41, 42, 45;"><span style="color: rgb248, 250, 255; font-family: Inter, system-ui, -apple-system, MacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Noto Sans&quot;, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, Oxygen, &quot; Sans&quot;, sans-serif; font-size: 16.002px; : rgb41, 42, 45;">Try flattening the form fields (turning them into static content) before merging. This should keep the filled values. You can check if the fields are AcroForm or XFA using Adobe Acrobat. If flattening doesn’t work, copy the fields to a new page first.</span><div><span style="color: rgb248, 250, 255; font-family: Inter, system-ui, -apple-system, MacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Noto Sans&quot;, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, Oxygen, &quot; Sans&quot;, sans-serif; font-size: 16.002px; : rgb41, 42, 45;"><br></span></div>]]>
   </description>
   <pubDate>Thu, 23 Jan 2025 13:17:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16382.html#16382</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDF Pages: Empty FormFields : Hi Ingo,Thank you for your answer.It...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16381.html#16381</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3234">Skandinavier</a><br /><strong>Subject:</strong> 4044<br /><strong>Posted:</strong> 21 Jan 25 at 10:18AM<br /><br />Hi Ingo,<div><br></div><div>Thank you for your answer.</div><div><br></div><div>It doesn't work even with a single field (I tested it to rule out potential issues with duplicate names).<br>The form was originally created with LibreOffice. How can I find out the type of the form fields?<br>I am using the <strong>DebenuPDFLibraryDLL1811</strong>.<br>If merging the pages doesn't work this way, I’m considering how to place all fields on one page and delete the unnecessary ones before saving/printing.</div><div><br></div><div>Greetings</div>]]>
   </description>
   <pubDate>Tue, 21 Jan 2025 10:18:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16381.html#16381</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDF Pages: Empty FormFields : Hi :)It&amp;#039;s necessary that...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16380.html#16380</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 4044<br /><strong>Posted:</strong> 20 Jan 25 at 11:17PM<br /><br />Hi :)<div><br></div><div>It's necessary that each form field has a unique name. If you put several pages with form fields on a new single page you should have an eye on this fact if you don't want to run into problems.</div><div>Another point: What type of form fields you're using? Acro or xfa? QuickPDF doesn't offer much support using xfa.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 20 Jan 2025 23:17:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16380.html#16380</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDF Pages: Empty FormFields : Hi everyone,I&#226;&#8364;&#8482;m working on merging...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16379.html#16379</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3234">Skandinavier</a><br /><strong>Subject:</strong> 4044<br /><strong>Posted:</strong> 20 Jan 25 at 7:20PM<br /><br />Hi everyone,<p>I’m working on merging two or more PDF pages into a single page using the <strong>"DrawCapturedPage"</strong> function. This works fine overall, but I’ve run into a problem:</p><p>The form fields that I previously filled using <strong>"SetFormFieldValueByTitle"</strong> remain empty in the merged PDF page.</p><p>Does anyone have an idea how I can ensure that the contents of the form fields are retained when merging the pages?</p><p>Thanks in advance for your help!&nbsp;</p>]]>
   </description>
   <pubDate>Mon, 20 Jan 2025 19:20:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdf-pages-empty-formfields_topic4044_post16379.html#16379</guid>
  </item> 
 </channel>
</rss>