<?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 : no print fields value</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 : no print fields value]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 20 Jun 2026 08:10:37 +0000</pubDate>
  <lastBuildDate>Tue, 14 Apr 2009 09:51:02 +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=1060</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[no print fields value : I&amp;#039;ve solved with this simple...]]></title>
   <link>http://www.quickpdf.org/forum/no-print-fields-value_topic1060_post4972.html#4972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1039">calfasoft</a><br /><strong>Subject:</strong> 1060<br /><strong>Posted:</strong> 14 Apr 09 at 9:51AM<br /><br />I've solved with this simple function:<br><br><font color="#0000ff" face="Courier New, Courier, mono">Sub SetFormFields(ByRef TmpQP As QuickPDFAX0712.PDFLibrary, ByVal FieldName As String, FieldValue As String)<br><br>Dim TmpI As Long<br><br>With TmpQP<br>&nbsp; TmpI = .FindFormFieldByTitle(FieldName)<br>&nbsp; .SetFormFieldValue TmpI, FieldValue<br>&nbsp; .FlattenFormField TmpI<br>End With<br><br>End Sub</font><br><br><br><br>]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 09:51:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/no-print-fields-value_topic1060_post4972.html#4972</guid>
  </item> 
  <item>
   <title><![CDATA[no print fields value : GOOD !!! now it&amp;#039;s ok... i&amp;#039;ve...]]></title>
   <link>http://www.quickpdf.org/forum/no-print-fields-value_topic1060_post4971.html#4971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1039">calfasoft</a><br /><strong>Subject:</strong> 1060<br /><strong>Posted:</strong> 14 Apr 09 at 9:37AM<br /><br /><img src="http://www.quickpdf.org/forum/smileys/smiley1.gif" border="0" align="absmiddle" alt="Smile" /><br>GOOD !!! now it's ok... <br><br>i've search in the forum this question,&nbsp; but i've not find any solutions.<br><br>now i can proced to realize my program, and buy the regular version of the library.<br><br>thankyou !!<br><br>Fabio<br>]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 09:37:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/no-print-fields-value_topic1060_post4971.html#4971</guid>
  </item> 
  <item>
   <title><![CDATA[no print fields value : Hi!Without reading your code ...Did...]]></title>
   <link>http://www.quickpdf.org/forum/no-print-fields-value_topic1060_post4970.html#4970</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1060<br /><strong>Posted:</strong> 14 Apr 09 at 9:29AM<br /><br />Hi!<br><br>Without reading your code ...<br>Did you use FlattenFormfield before? ... It's necessary.<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 09:29:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/no-print-fields-value_topic1060_post4970.html#4970</guid>
  </item> 
  <item>
   <title><![CDATA[no print fields value : Hello and excuse for my bad enghlish......]]></title>
   <link>http://www.quickpdf.org/forum/no-print-fields-value_topic1060_post4969.html#4969</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1039">calfasoft</a><br /><strong>Subject:</strong> 1060<br /><strong>Posted:</strong> 14 Apr 09 at 9:17AM<br /><br />Hello and excuse for my bad enghlish... <br><br>I have try QUICKpdf and i think that is a wonderful program, but there is a problem that i has not solved.<br><br>I have created with acrobat a file with 5 fields.<br>With VB6 and QUICKpdf i can read the file, and insert or modify the content of my fields.<br>I can also save te new files, and if i open it with acrobat I can read the content of the fields that i've changed with my program...<br><br>the problem is :<br>when I print the file from my program, the fields are all BLANK !!!!<br><br>I've try many solutions, also saved the files, re open and print, but the result is the some. The fields are BLANK !!!&nbsp; <br><br>can you help me ?<br><br>this is the code :<br><br><font color="#0000ff" face="Courier New, Courier, mono" size="2">Dim ClassName<br>Dim LicenseKey<br>Dim FileName, FileNameNew, Instance(5) As Long<br><br>ClassName = "QuickPDFAX0712.PDFLibrary"<br>LicenseKey = "j74gf38u9i88w97zu88w7gb7y"<br>FileName = "scheda.pdf"<br>FileNameNew = "scheda_new.pdf"<br><br>Dim QP As QuickPDFAX0712.PDFLibrary<br>Dim Result<br><br>Set QP = New QuickPDFAX0712.PDFLibrary&nbsp; '&nbsp;&nbsp;&nbsp;&nbsp; CreateObject(ClassName)<br>Print ("Library version: " + QP.LibraryVersion)<br>Result = QP.UnlockKey(LicenseKey)<br><br>If Result = 1 Then<br>&nbsp; Print ("Valid license key: " + QP.LicenseInfo)<br>&nbsp; Print<br>&nbsp; <br>&nbsp; Instance(0) = QP.LoadFromFile(FileName)<br>&nbsp; Print "Instance(0) ; "; Instance(0)<br>&nbsp; <br>&nbsp; Instance(1) = QP.FindFormFieldByTitle("Nome")<br>&nbsp; Print "Instance(1) ; "; Instance(1)<br>&nbsp; Print "GetFormFieldPrintable : "; QP.GetFormFieldPrintable(Instance(1))<br>&nbsp; <br>&nbsp; Instance(2) = QP.SetFormFieldValue(Instance(1), "Fabio")<br>&nbsp; Print "Instance(2) ; "; Instance(2)<br>&nbsp; <br>&nbsp; QP.SetFormFieldValueByTitle "Cognome", "Calzeroni"<br>&nbsp; QP.SetFormFieldValueByTitle "Indirizzo", "Via Borgomanero, 26"<br>&nbsp; QP.SetFormFieldValueByTitle "CAP", "28040 PARUZZARO (NO)"<br>&nbsp; <br>&nbsp; If QP.SaveToFile(FileNameNew) = 1 Then<br>&nbsp;&nbsp;&nbsp; Print ("File " + FileNameNew + " written successfully")<br>&nbsp; Else<br>&nbsp;&nbsp;&nbsp; Print ("Error, file could not be written")<br>&nbsp; End If<br>&nbsp; <br>&nbsp; QP.PrintDocument "hp LaserJet 1320 PCL 5e", 1, 1, 0<br>&nbsp; <br>Else<br>&nbsp; Print ("- Invalid license key -")<br>&nbsp; Print ("Please set your license key by editing this file")<br>End If<br><br>Set QP = Nothing<br></font><br>thankyou...<br><br><br>]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 09:17:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/no-print-fields-value_topic1060_post4969.html#4969</guid>
  </item> 
 </channel>
</rss>