<?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 : Problem with Rendering V7.13</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 : Problem with Rendering V7.13]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 04:26:57 +0000</pubDate>
  <lastBuildDate>Wed, 28 Oct 2009 20:03:33 +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=1126</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[Problem with Rendering V7.13 : Hi!Did you read this already?h...]]></title>
   <link>http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5765.html#5765</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1126<br /><strong>Posted:</strong> 28 Oct 09 at 8:03PM<br /><br />Hi!<div>Did you read this already?</div><div><a href="http://www.quickpdflibrary.com/kb/index.php?acti&#111;n=artikel&amp;cat=3&amp;id=30&amp;artlang=en" target="_blank">http://www.quickpdflibrary.com/kb/index.php?action=artikel&amp;cat=3&amp;id=30&amp;artlang=en</a></div><div><br></div><div>Cheers, Ingo</div>]]>
   </description>
   <pubDate>Wed, 28 Oct 2009 20:03:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5765.html#5765</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with Rendering V7.13 : I have the same issue generating...]]></title>
   <link>http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5759.html#5759</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1090">gkell</a><br /><strong>Subject:</strong> 1126<br /><strong>Posted:</strong> 28 Oct 09 at 6:30PM<br /><br /><P>I have the same issue generating pdfs. Data some how get mixed when flattening. Here is the code used to flatten:</P><P>For i = CLng(pdf1.FormFieldCount) To 1 Step -1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If CStr(pdf1.GetFormFieldValue(i)) &lt;&gt; "" Then<BR>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lret = pdf1.FlattenFormField(i)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lret = pdf1.DeleteFormField(i)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>Next</P><DIV></DIV><DIV></DIV>If I don't flatten data is fine, however, I have to flatten to merge all generated pdfs together.<DIV>&nbsp;</DIV><DIV>This needs to be resolved. thanks.</DIV>]]>
   </description>
   <pubDate>Wed, 28 Oct 2009 18:30:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5759.html#5759</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with Rendering V7.13 : Also, make sure that you&amp;#039;re...]]></title>
   <link>http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5223.html#5223</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1126<br /><strong>Posted:</strong> 30 Jun 09 at 4:49AM<br /><br />Also, make sure that you're using the FlattenFormField function in the correct way before printing.&nbsp;<a href="http://www.quickpdflibrary.com/kb/index.php?acti&#111;n=artikel&amp;cat=3&amp;id=30&amp;artlang=en" target="_blank">This knowledge base article</a> provides useful tips on how to flatten form fields in a PDF using the FormFieldCount and FlattenFormField functions.<div><br></div><div><div>Something like this:</div><div><br></div><div>Dim FieldIndex As Integer</div><div>Dim FieldCount As Integer</div><div>Dim LoopNumber As Integer</div><div><br></div><div>FieldCount = QP.FormFieldCount()</div><div>FieldIndex = 1</div><div><br></div><div>For LoopNumber = 1 to FieldCount</div><div>&nbsp;&nbsp;If QP.FlattenFormField(FieldIndex) = 0 Then</div><div>&nbsp;&nbsp; &nbsp;FieldIndex = FieldIndex + 1</div><div>&nbsp;&nbsp;End If</div><div>Next</div></div>]]>
   </description>
   <pubDate>Tue, 30 Jun 2009 04:49:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5223.html#5223</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with Rendering V7.13 :  Hi Brian!You can&amp;#039;t compare...]]></title>
   <link>http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5219.html#5219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1126<br /><strong>Posted:</strong> 29 Jun 09 at 4:45PM<br /><br />Hi Brian!<br><br>You can't compare a 100-mb-installation like adobe with the small QuickPDF-lib.<br>If you want to print formfield-content you have to flatten them first - so you've done it the right way.<br>Does the described behavior happen with all pdf-forms or only one special?<br>Is the behavior the same with the new version QuickPDF 7.14?<br>BTW: It's always better to post the relevant code snippet.<br><br>Cheers, Ingo<br><br><span style="font-size:10px"><br /><br />Edited by Ingo - 29 Jun 09 at 4:46PM</span>]]>
   </description>
   <pubDate>Mon, 29 Jun 2009 16:45:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5219.html#5219</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with Rendering V7.13 : Hi Folks,  I&amp;#039;m using v7.13,...]]></title>
   <link>http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5215.html#5215</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1101">Synova</a><br /><strong>Subject:</strong> 1126<br /><strong>Posted:</strong> 29 Jun 09 at 12:47PM<br /><br />Hi Folks,<DIV>&nbsp;</DIV><DIV>I'm using v7.13, and when I flatten the Form fields before printing, I get bizarre results.</DIV><DIV>Some fields print , some are blank, some hidden buttons print (should not) and</DIV><DIV>check boxes have the # 4 in them instead of a checkmark.</DIV><DIV>&nbsp;</DIV><DIV>This form prints fine in Adobe and PDF exchange.</DIV><DIV>&nbsp;</DIV><DIV>Suggestions ?</DIV><DIV>&nbsp;</DIV><DIV>Brian</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 29 Jun 2009 12:47:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problem-with-rendering-v713_topic1126_post5215.html#5215</guid>
  </item> 
 </channel>
</rss>