<?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 : Chinese font and output</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 : Chinese font and output]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 18:39:11 +0000</pubDate>
  <lastBuildDate>Wed, 06 Jan 2010 11:07:05 +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=1301</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[Chinese font and output : Ingo, Thanks for your reply, maybe...]]></title>
   <link>http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5984.html#5984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1216">manuel76413</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 06 Jan 10 at 11:07AM<br /><br /><P>Ingo, Thanks for your reply, maybe QuickPDF still doesn't solve this problem.</P><DIV>AddCJKFont function only can add&nbsp; one type of Japanese font.</DIV><DIV>so, I think this cannot solve simply with AddSubsettedFont and GetSubsetString function.</DIV><DIV>&nbsp;</DIV><DIV>Thanks again.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 06 Jan 2010 11:07:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5984.html#5984</guid>
  </item> 
  <item>
   <title><![CDATA[Chinese font and output : Hi Manuel!My knowledge in this...]]></title>
   <link>http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5981.html#5981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 05 Jan 10 at 2:11PM<br /><br />Hi Manuel!<br><br>My knowledge in this kind isn't very special.<br>The described problem has to do with the unicode-transformation, ansistrings, utf-8, ...<br>In a string you can't insert a unicode-value.<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Tue, 05 Jan 2010 14:11:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5981.html#5981</guid>
  </item> 
  <item>
   <title><![CDATA[Chinese font and output : I tried to use AddSubsettedFont/GetSubsetString...]]></title>
   <link>http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5980.html#5980</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1216">manuel76413</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 05 Jan 10 at 12:15PM<br /><br /><P>I tried to use AddSubsettedFont/GetSubsetString function, but that didn't work correctly.</P><DIV>Chinese characters is display squares.</DIV>]]>
   </description>
   <pubDate>Tue, 05 Jan 2010 12:15:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5980.html#5980</guid>
  </item> 
  <item>
   <title><![CDATA[Chinese font and output : The pdf specifications don&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5971.html#5971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=129">DELBEKE</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 03 Jan 10 at 12:26PM<br /><br />The pdf specifications don't allow unicoded string. The idea is to load in the the pdf a subset of the unicode font. This subset can contain 255 characters at the maximum. <DIV>You can use&nbsp;AddSubsettedFont for that purpose.</DIV><DIV>When&nbsp;you want to draw a text whit this font, use GetSubsetString(Text) instead of the text itself</DIV><span style="font-size:10px"><br /><br />Edited by DELBEKE - 03 Jan 10 at 12:27PM</span>]]>
   </description>
   <pubDate>Sun, 03 Jan 2010 12:26:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5971.html#5971</guid>
  </item> 
  <item>
   <title><![CDATA[Chinese font and output : I began to use quickpdf 717 demo...]]></title>
   <link>http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5963.html#5963</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1216">manuel76413</a><br /><strong>Subject:</strong> 1301<br /><strong>Posted:</strong> 31 Dec 09 at 5:23PM<br /><br /><P>I began to use quickpdf 717 demo version two days ago, and I use Simple Chinese Character in many cases. Since I'm not too falimily with quick pdf library, so although many&nbsp;FONT relative topics in the reference are mentioned, like CJK and truetype font, But I failed after tried many ways.</P><DIV>So, could somebody kindly enough to tell me how to output Simple Chinese Character use QuickPDF.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance.</DIV>]]>
   </description>
   <pubDate>Thu, 31 Dec 2009 17:23:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/chinese-font-and-output_topic1301_post5963.html#5963</guid>
  </item> 
 </channel>
</rss>