<?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 : Viewing Filled Form Fields</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 : Viewing Filled Form Fields]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 24 Apr 2026 20:14:50 +0000</pubDate>
  <lastBuildDate>Sat, 28 Aug 2010 18:30:58 +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=1557</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[Viewing Filled Form Fields : Hi Luke!Instead of Flatten you...]]></title>
   <link>http://www.quickpdf.org/forum/viewing-filled-form-fields_topic1557_post6917.html#6917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1557<br /><strong>Posted:</strong> 28 Aug 10 at 6:30PM<br /><br />Hi Luke!<br><br>Instead of Flatten you should use SetNeedAppearances ...<br>Then it will work as you want it to.<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Sat, 28 Aug 2010 18:30:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/viewing-filled-form-fields_topic1557_post6917.html#6917</guid>
  </item> 
  <item>
   <title><![CDATA[Viewing Filled Form Fields : I am using Delphi and QuickPDF...]]></title>
   <link>http://www.quickpdf.org/forum/viewing-filled-form-fields_topic1557_post6916.html#6916</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1370">Luke</a><br /><strong>Subject:</strong> 1557<br /><strong>Posted:</strong> 28 Aug 10 at 6:16PM<br /><br />I am using Delphi and QuickPDF v 7.21 and I'm having problems viewing filled forms. &nbsp;Basically I am doing the following:<div><br></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">APDF.LoadFromFile( 'Form.pdf' );</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">APDF.SetFormFieldValue( 1, 'Test' );</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">APDF.RenderPageToFile( 72, 1, 5, 'Filled.png' );</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">// Code to View 'Filled.png'</font></div><div><br></div><div>That only shows the form without any fields filled in. As a test, I added:</div><div>APDF.SaveToFile( 'Filled.pdf');</div><div>and compared 'Filled.png' with 'Filled.pdf'. 'Filled.pdf' has the fields correctly filled in while 'Filled.png' does not. So I am relatively confident that I am filling the form correctly. I also inspected the results of each command and everything indicates success.</div><div><br></div><div>I then modified my code as follows:</div><div><div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">APDF.LoadFromFile( 'Form.pdf' );</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">APDF.SetFormFieldValue( 1, 'Test' );</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">APDF.FlattenFormField( 1 );</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">APDF.RenderPageToFile( 72, 1, 5, 'Filled.png' );</font></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono">// Code to View 'Filled.png'</font></div></div></div><div><font ="Apple-style-span" face="'Courier New', Courier, mono"><br></font></div><div>Flattening the Field first resolves the problem. Flattening the Field, however complicates my code since after viewing I may need to go back and Set the field to a different value.</div><div><br></div><div>Is there a way set the field value and render the page for my viewer without Flattening? TIA.</div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Sat, 28 Aug 2010 18:16:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/viewing-filled-form-fields_topic1557_post6916.html#6916</guid>
  </item> 
 </channel>
</rss>