<?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 : Unicode Metadata</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 : Unicode Metadata]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 04:01:49 +0000</pubDate>
  <lastBuildDate>Sun, 04 Oct 2009 10:37:24 +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=1213</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[Unicode Metadata : I am a Japenese and I am also...]]></title>
   <link>http://www.quickpdf.org/forum/unicode-metadata_topic1213_post5643.html#5643</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1168">shimax</a><br /><strong>Subject:</strong> 1213<br /><strong>Posted:</strong> 04 Oct 09 at 10:37AM<br /><br />I am a Japenese and I am also annoyed by the samge kind of characters garbage. <DIV>&nbsp;</DIV><DIV>The byte order of サムエルパンツ　in Shift_JIS(most common Japanese character codes) is </DIV><DIV>0x83 54 83 80 83 47 83 8B 83 70 83 93 83 63. If these byte order is interpreted as Windows-1252, the output&nbsp;turns out to be&nbsp;<FONT color=#0000cc>ƒTƒ‹ƒGƒ‹ƒpƒ“ƒc.</FONT></DIV><DIV>&nbsp;</DIV><DIV>There is the same kind of phonomena in both SetFormFieldValue and AddGlobalJavaScript as far as I test the trial: 7.1.6.<BR></DIV>]]>
   </description>
   <pubDate>Sun, 04 Oct 2009 10:37:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/unicode-metadata_topic1213_post5643.html#5643</guid>
  </item> 
  <item>
   <title><![CDATA[Unicode Metadata : Hi, I&amp;#039;m not sure, but it...]]></title>
   <link>http://www.quickpdf.org/forum/unicode-metadata_topic1213_post5589.html#5589</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1">Michel_K17</a><br /><strong>Subject:</strong> 1213<br /><strong>Posted:</strong> 10 Sep 09 at 4:57AM<br /><br />Hi,<br><br>&nbsp;&nbsp; I'm not sure, but it seems like I am no longer able to write Metadata using unicode text for my Japanese, Chinese etc. customers. Here is my code:<br><br><font color="#006600">&nbsp;&nbsp;&nbsp; ' Set Information of PDF<br>&nbsp;&nbsp;&nbsp; '-----------------------<br></font>&nbsp;&nbsp;&nbsp; If fUnicodeUser Then<br><font color="#006600">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '1 = Author<br></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rtn = oPDF.SetInformation(1, oPDF.ToPDFUnicode(Author))<br><font color="#006600">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '2 = Title</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rtn = oPDF.SetInformation(2, oPDF.ToPDFUnicode(Title))<br><font color="#006600">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '3 = Subject</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rtn = oPDF.SetInformation(3, oPDF.ToPDFUnicode(Subject))<br><font color="#006600">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '4 = Keywords</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rtn = oPDF.SetInformation(4, oPDF.ToPDFUnicode(Keywords))<br><br>&nbsp;&nbsp;&nbsp; Else<br><font color="#006600">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '1 = Author</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rtn = oPDF.SetInformation(1, Author)<br><font color="#006600">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '2 = Title</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rtn = oPDF.SetInformation(2, Title)<br><font color="#006600">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '3 = Subject</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rtn = oPDF.SetInformation(3, Subject)<br><font color="#006600">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '4 = Keywords</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rtn = oPDF.SetInformation(4, Keywords)<br><br>&nbsp;&nbsp;&nbsp; End If<br><br>&nbsp;&nbsp; When I recover the data from QuickPDF, it looks OK, but when I view the information from within Adobe's Reader or FoxIt's Reader, I see garbage.<br><br>&nbsp;&nbsp; Here is an example of what I set and recover using QuickPDF:<br><ul><li><font color="#0000cc">Author -サルエルパンツ</font></li></ul>&nbsp;&nbsp; Appears like this in PDF Reader and FoxIt Reader (with Windows set to Japanese and the Reader too):<br><ul><li><font color="#0000cc">Author -ƒTƒ‹ƒGƒ‹ƒpƒ“ƒc</font><br></li></ul>&nbsp;&nbsp; Any ideas?<br>]]>
   </description>
   <pubDate>Thu, 10 Sep 2009 04:57:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/unicode-metadata_topic1213_post5589.html#5589</guid>
  </item> 
 </channel>
</rss>