<?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 : Print diacritics</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 : Print diacritics]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 21:17:38 +0000</pubDate>
  <lastBuildDate>Tue, 24 Jun 2014 19:05:20 +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=2923</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[Print diacritics : You&amp;#039;re welcome- neighbor...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11818.html#11818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 24 Jun 14 at 7:05PM<br /><br />You're welcome&nbsp;- neighbor (I'm Polish).]]>
   </description>
   <pubDate>Tue, 24 Jun 2014 19:05:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11818.html#11818</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : Solved! I had to add some command...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11817.html#11817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2589">doktor.pj</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 24 Jun 14 at 11:37AM<br /><br /><span id="result_" =""="" lang="en"><u><b><span ="hps"="">Solved</span><span>!</span></b></u> <br><br><span ="hps"="">I had to</span> <span ="hps"="">add some</span> <span ="hps"="">command</span> <b><span ="hps"="">AddFormFont</span></b> <span ="hps"="">and</span> <span ="hps"="">here</span> <span ="hps"="">is</span> <span ="hps"="">all of it:</span></span><br><br>loPDFLib.LoadFromFile("c:\form.pdf", "")<br><br>lnFontID=loPDFLib.AddTrueTypeFont('Arial CE {1250}', 1)<br>lnIndex=loPDFLib.AddFormFont(lnFontID)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>FOR f=1 TO loPDFLib.FormFieldCount()<br>&nbsp;&nbsp;&nbsp; loPDFLib.SetFormFieldFont(f, lnIndex)<br>ENDFOR<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>loPDFLib.SetFormFieldValueByTitle("txtName", "<a href="http://ulozto.cz/xQq4gHXu/screen-ok-jpg" target="_blank" rel="nofollow">ěščřžýáíé</a>")<br><br>FOR f=1 TO loPDFLib.FormFieldCount()<br>&nbsp;&nbsp;&nbsp; loPDFLib.UpdateAppearanceStream(f)<br>ENDFOR<br><br>lcPrinter=loPDFLib.NewCustomPrinter(loPDFLib.GetDefaultPrinterName)<br>loPDFLib.PrintDocument(lcPrinter, 1, loPDFLib.PageCount, 0)<br><br><span id="result_" ="short_text"="" lang="en"><span ="hps"="">Thanks</span> <span ="hps"="">for</span> <span ="hps"="">mLipok</span> <span ="hps"="">push</span> <span ="hps"="">in the right direction</span><span =""="">!<br><br>Pavel<br></span></span><span style="font-size:10px"><br /><br />Edited by doktor.pj - 24 Jun 14 at 1:28PM</span>]]>
   </description>
   <pubDate>Tue, 24 Jun 2014 11:37:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11817.html#11817</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : So I tried the example from the...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11816.html#11816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2589">doktor.pj</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 24 Jun 14 at 10:52AM<br /><br /><span id="result_" =""="" lang="en"><span ="hps"="">So I</span> <span ="hps"="">tried</span> <span ="hps"="">the example</span> <span ="hps"="">from the documentation</span><span ="hps"="">...</span> <br></span><br>loPDFLib.SetOrigin(1)<br>loPDFLib.DrawText(100, 100, "ěščřžýáíé")<br>loPDFLib.SaveToFile("d:\test.pdf")<br><span id="result_" =""="" lang="en"><span ="hps"=""><br></span><span ="hps"="">...</span> </span><span id="result_" =""="" lang="en"><span ="hps"="">and </span></span><span id="result_" =""="" lang="en"><span ="hps"="">the result is</span> <span ="hps"="">still the same</span> <span ="hps"="">ie</span><span>.</span> <span ="hps"="">some characters are missing</span><span>.</span> <br><span ="hps"="">In</span> <span ="hps"="">this case, the</span> <span ="hps"="">characters are missing</span> <span ="hps"="">already</span> <span ="hps"="">saved</span> <span ="hps"="">in</span> <span ="hps"="">PDF</span><span =""="">.</span></span><br><br><span id="result_" =""="" lang="en"><span ="hps"=""><br>- However, if</span> <span ="hps"="">the above example</span> <span ="hps"="">will fulfill</span> <span ="hps"="">the</span> <span ="hps"="">orders</span>&nbsp;<span ="hps="" atn"=""></span></span><span id="result_" =""="" lang="en"><span ="hps="" atn"=""><b>AddTrueTypeFont</b> and </span></span><span id="result_" =""="" lang="en"><span ="hps="" atn"=""><b>SelectFont</b> (</span><span>see</span> <span ="hps"="">below)</span><span>,</span> <span ="hps"="">everything is fine</span><span =""="">.</span></span><br><br>loPDFLib.SetOrigin(1)<br><br>lnFontID=loPDFLib.AddTrueTypeFont('Arial CE {1250}', 1)<br>loPDFLib.SelectFont(lnFontID)<br><br>loPDFLib.DrawText(100, 100, "ěščřžýáíé")<br>loPDFLib.SaveToFile("d:\test.pdf")<br><br>lcPrinter=loPDFLib.NewCustomPrinter(loPDFLib.GetDefaultPrinterName)<br>loPDFLib.PrintDocument(lcPrinter, 1, 1, 0)<br><br><br><span id="result_" =""="" lang="en"><span ="hps"="">- So</span> <span ="hps"="">I finally</span> <span ="hps"="">tried out for</span> <span ="hps"="">field</span> <span ="hps"="">txtName</span> <span ="hps"="">change the</span> <span ="hps"="">font</span> <span ="hps"="">to</span> <span ="hps"="">Arial</span> <span ="hps"="">and</span> <span ="hps"="">use</span> <span ="hps"="">commands </span></span><span id="result_" =""="" lang="en"><span ="hps"=""><span id="result_" =""="" lang="en"><span ="hps="" atn"=""></span></span><span id="result_" =""="" lang="en"><span ="hps="" atn"=""><b>AddTrueTypeFont</b> and </span></span><span id="result_" =""="" lang="en"><span ="hps="" atn"=""><b>SelectFont</b></span></span></span> <span ="hps"="">(see</span> <span ="hps"="">below)</span><span =""="">.</span> <span ="hps"="">Unfortunately, in</span> <span ="hps"="">the press are</span> <span ="hps"="">again</span> <span ="hps"="">some characters</span> <span ="hps"="">omitted.</span></span><br><br>loPDFLib.LoadFromFile("c:\form.pdf", "")<br>lnFontID=loPDFLib.AddTrueTypeFont('Arial CE {1250}', 1)<br>loPDFLib.SelectFont(lnFontID)<br>loPDFLib.SetFormFieldValueByTitle("txtName", "ěščřžýáíé")<br><br><br><span id="result_" =""="" lang="en"><span ="hps"="">So the question</span> <span ="hps"="">probably sounds</span> <span ="hps"="">as</span> <span ="hps"="">txtName</span> <span ="hps"="">entry</span> <span ="hps"="">form</span> <span ="hps"="">impose</span> <span ="hps"="">font</span> <span ="hps"="">Arial</span> <span ="hps"="">CE</span><span =""="">.</span></span><br><br><br><span id="result_" ="" lang="en"><span ="hps">Appendix:</span> <br><br><span ="hps">Command</span> <b><span ="hps">GetFormFontName</span></b> <span ="hps">I found that</span> <span ="hps">Arial</span> <span ="hps">is</span> <span ="hps">the first</span> <span ="hps">index</span> <span ="hps">So I tried</span> <b><span ="hps">SetFormFieldFont</span></b> <span ="hps">command</span> <span ="hps">to set the appropriate</span> <span ="hps">font</span> <span ="hps">for the item</span> <span ="hps">txtName</span> <span ="hps">but</span> <span ="hps">I failed</span><span>.</span> <span ="hps">When I</span> <span ="hps">command</span> <span ="hps">SaveToFile</span> <span ="hps">order</span> <span ="hps">form</span> <span ="hps">so</span> <span ="hps">it</span> <span ="hps">is</span> <span ="hps">okay</span> <span ="hps">i</span> <span ="hps">diacritics</span> <span ="hps">font</span> <span ="hps">is changed to</span> <span ="hps">Arial</span> <span ="hps">but</span> <span ="hps">when printing</span> <span ="hps">problem</span> <span ="hps">again</span><span ="">.</span></span><br><br><br>Pavel<br><span style="font-size:10px"><br /><br />Edited by doktor.pj - 24 Jun 14 at 11:18AM</span>]]>
   </description>
   <pubDate>Tue, 24 Jun 2014 10:52:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11816.html#11816</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : I do not know. Let me try it....]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11815.html#11815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2589">doktor.pj</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 24 Jun 14 at 10:18AM<br /><br /><span id="result_" ="" lang="en"><span ="hps">I do not know</span><span ="">.</span> <span ="hps">Let me try it</span><span ="">.</span> <span ="hps">So far I</span> <span ="hps">only</span> <span ="hps">wrote</span> <span ="hps">to</span> <span ="hps">the</span> <span ="hps">existing form</span> <span ="hps">and</span> <span ="hps">then</span> <span ="hps">printed out</span><span>.<br></span></span>Pavel]]>
   </description>
   <pubDate>Tue, 24 Jun 2014 10:18:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11815.html#11815</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : Question: if you make a new PDF...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11814.html#11814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 24 Jun 14 at 9:55AM<br /><br />Q<span ="-1" id="result_" ="" lang="en"><span ="hps">uestion:</span> <br><span ="hps">if you make a</span> <span ="hps">new PDF file</span> <span ="hps">using</span> <span ="hps">Debenu</span> <span ="hps">...</span> <span ="hps">after writing</span><span>,</span> <span ="hps">reading</span><span>, and</span> <span ="hps">attempt to print</span><span>,</span> <span ="hps">and</span> <span ="hps">then everything</span> <span ="hps">is OK</span><span>?<br><br><br></span></span>]]>
   </description>
   <pubDate>Tue, 24 Jun 2014 09:55:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11814.html#11814</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : I tried, unfortunately with the...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11813.html#11813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2589">doktor.pj</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 24 Jun 14 at 7:11AM<br /><br /><span id="result_" ="" lang="en"><span ="hps">I tried,</span> <span ="hps">unfortunately</span> <span ="hps">with the same result</span> <span ="hps">as</span> <span ="hps">in version</span> <span ="hps">10.12</span> <span ="hps">and</span> <span ="hps">at 10.15</span><span ="">.</span></span><br>Pavel<br>]]>
   </description>
   <pubDate>Tue, 24 Jun 2014 07:11:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11813.html#11813</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : How about trying the new render...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11812.html#11812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 23 Jun 14 at 10:47PM<br /><br />How about trying the new render engine in version 10.x.<br><br>Wheeley<br>]]>
   </description>
   <pubDate>Mon, 23 Jun 2014 22:47:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11812.html#11812</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : Thank you for your response. I...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11811.html#11811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2589">doktor.pj</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 23 Jun 14 at 11:35AM<br /><br /><span id="result_" =""="" lang="en"><span ="hps"=""><span id="result_" ="" lang="en"><span ="hps">Thank you</span> <span ="hps">for your response.</span> <br><br></span>I tried to</span> <span ="hps"="">go through the</span> <span ="hps"="">above commands</span> <span ="hps"="">and settings</span> <span ="hps"="">as well as</span> <span ="hps"="">various examples</span> <span ="hps"="">but the result</span> <span ="hps"="">is still the same</span><span =""="">.</span>&nbsp;<img src="http://www.quickpdf.org/forum/smileys/smiley19.gif" border="0" alt="Cry" title="Cry" /> <span ="hps"="">What can I</span> <span ="hps"="">possibly</span> <span ="hps"="">even try</span><span =""="">?<br><br></span></span><span ="hps"="">If you</span> <span ="hps"="">were</span> <span ="hps"="">in a previous post</span> <span ="hps"="">unreadable</span> <span ="hps"="">and</span> <span ="hps"="">national characters</span> <span ="hps"="">join in</span> <span ="hps"="">pictures.</span> <br><br><div id="gt-res-" ="almost_half_cell"=""><div dir="ltr" style="zoom:1"><span id="result_" =""="" lang="en"><span ="hps"="">How it</span> <span ="hps"="">should look: <a href="http://ulozto.cz/xQq4gHXu/screen-ok-jpg" target="_blank" rel="nofollow">http://ulozto.cz/xQq4gHXu/screen-ok-jpg</a></span><span><br></span></span><span id="result_" =""="" lang="en"><span ="hps"="">This</span> <span ="hps"="">will print</span><span =""="">: </span></span><span id="result_" lang="en"><span><a href="http://ulozto.cz/x77bvpdL/screen-bad-jpg" target="_blank" rel="nofollow">http://ulozto.cz/x77bvpdL/screen-bad-jpg</a></span><span><br></span></span></div></div><span id="result_" =""="" lang="en"><span =""=""><br></span></span><span id="result_" =""="" lang="en"><span =""="">Pavel<br></span></span><span style="font-size:10px"><br /><br />Edited by doktor.pj - 23 Jun 14 at 11:51AM</span>]]>
   </description>
   <pubDate>Mon, 23 Jun 2014 11:35:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11811.html#11811</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : Hi Doktor ;-)I can&amp;#039;t read...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11803.html#11803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 19 Jun 14 at 9:34PM<br /><br />Hi Doktor ;-)<div><br></div><div><div>I can't read your used special characters here in your post.&nbsp;</div><div>Please read here about the function&nbsp;<span style="line-height: 1.4;">SetFormFieldValueByTitle</span><span style="line-height: 1.4;">:</span></div><div>http://www.debenu.com/docs/pdf_library_reference/SetFormFieldValueByTitle.php</div><div>You're using special characters and perhaps you don't use WideString?</div><div><br></div><div>Additionally you should read and use SetNeedAppearances:</div><div>http://www.debenu.com/docs/pdf_library_reference/SetNeedAppearances.php</div><div>Knowing a bit about FlattenFormField should be good, too:</div><div>http://www.debenu.com/docs/pdf_library_reference/FlattenFormField.php</div><div><br></div><div>Starting at page 32 of the developer guide:</div><div>http://www.debenu.com/docs/pdf_library_developer_guide/debenu_quick_pdf_library_10_developer_guide.pdf</div><div>... you'll find several samples for your first steps with forms.</div><div><br></div></div><div>Cheers and welcome here,</div><div>Ingo</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 19 Jun 2014 21:34:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11803.html#11803</guid>
  </item> 
  <item>
   <title><![CDATA[Print diacritics : Hi. I have a problem with the...]]></title>
   <link>http://www.quickpdf.org/forum/print-diacritics_topic2923_post11801.html#11801</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2589">doktor.pj</a><br /><strong>Subject:</strong> 2923<br /><strong>Posted:</strong> 19 Jun 14 at 1:51PM<br /><br />Hi<span>.</span> <br><div ="msg"=""><span id="result_" lang="en"><span></span></span><span id="result_" lang="en"><span>I have a problem</span> <span>with the</span> <span>print</span> <span>original</span><span>.</span> <span>When you load a</span> <span>form</span> <span>(</span><span>LoadFromFile</span><span>)</span><span>, writing to</span> <span>one of the</span> <span>items</span> <span>(</span><span>SetFormFieldValueByTitle</span><span>)</span> <span>as</span> <span>a</span> <span>form</span> <span>"ěščřžýáíé</span>" <span>Save (</span><span>SaveToFile</span><span>)</span><span>,</span> <span>everything is fine</span><span>.</span> <br><span>But if</span> <span>I print the</span> <span>form</span> <span>(</span><span>PrintDocument</span><span>)</span> <span></span></span><span id="result_" lang="en"><span><span id="result_" lang="en"><span>and</span> <span>missing</span> <span>features</span> <span>"ěčř</span><span>"</span><span></span></span></span><span></span><span>.</span> <span>Can you advise</span><span>?</span><br>T<span>hanks Pavel<br><br></span></span><span id="result_" lang="en"><span><span id="result_" ="" lang="en"><span ="hps">Addendum</span><span ="">: If you use</span> <span ="hps">command instead of the</span> <span ="hps">PrintDocument</span> <span ="hps">API</span> <span ="hps">function</span> <span ="hps">ShellExecute</span> <span ="hps">(0,</span> <span ="hps atn">"</span><span ="">print"</span><span>,</span> <span ="hps atn">"</span><span ="">test.pdf</span><span ="">"</span><span ="">, "",</span> <span ="hps atn">"</span><span ="">", 1)</span> <span ="hps">printing is</span> <span ="hps">fine.</span></span><br></span></span></div><span style="font-size:10px"><br /><br />Edited by doktor.pj - 19 Jun 14 at 6:11PM</span>]]>
   </description>
   <pubDate>Thu, 19 Jun 2014 13:51:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-diacritics_topic2923_post11801.html#11801</guid>
  </item> 
 </channel>
</rss>