<?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 : Embedded Fonts List</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 : Embedded Fonts List]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:29:56 +0000</pubDate>
  <lastBuildDate>Sat, 26 Mar 2011 17:47:54 +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=1783</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[Embedded Fonts List :    So it goes:var QP: TQuickPDF;...]]></title>
   <link>http://www.quickpdf.org/forum/embedded-fonts-list_topic1783_post7733.html#7733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1569">edvoigt</a><br /><strong>Subject:</strong> 1783<br /><strong>Posted:</strong> 26 Mar 11 at 5:47PM<br /><br />So it goes:<br><br><font face="Courier New, Courier, mono" size="2">var<br>&nbsp; QP: TQuickPDF;<br>&nbsp; i, n: integer;<br>&nbsp; fid: integer;<br>begin<br>&nbsp; QP := TQuickPDF.Create;<br>&nbsp; if QP.UnlockKey('put your key here') = 1<br>&nbsp; then begin<br>&nbsp;&nbsp;&nbsp; QP.LoadFromFile('the file of your interest');<br>&nbsp;&nbsp;&nbsp; n := QP.FindFonts;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // number of available fonts<br>&nbsp;&nbsp;&nbsp; i := 1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // font-index starts with 1<br>&nbsp;&nbsp;&nbsp; while (i&lt;=n)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; do begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fid := QP.GetFontID(i);&nbsp; // get the Font-ID<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.SelectFont(fid);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // tell QP which font we want to deal with<br></font><font face="Courier New, Courier, mono" size="2">// do what you want to do with it</font><br><font face="Courier New, Courier, mono" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowMessage(QP.FontName+'('+QP.FontFamily+')'); <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inc(i);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // next font please<br>&nbsp;&nbsp;&nbsp; end;<br>&nbsp; end;<br>&nbsp; QP.Free;<br></font><br>On many places of QuickPDF you'll find the same idea. There in first step to get special identifiers (somethig like windows-handles). After getting this identifier you may select a object and deal with it. <br><br>Werner<br><span style="font-size:10px"><br /><br />Edited by edvoigt - 27 Mar 11 at 1:55PM</span>]]>
   </description>
   <pubDate>Sat, 26 Mar 2011 17:47:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/embedded-fonts-list_topic1783_post7733.html#7733</guid>
  </item> 
  <item>
   <title><![CDATA[Embedded Fonts List : Is there a way to get a list of...]]></title>
   <link>http://www.quickpdf.org/forum/embedded-fonts-list_topic1783_post7732.html#7732</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1539">rweetch</a><br /><strong>Subject:</strong> 1783<br /><strong>Posted:</strong> 23 Mar 11 at 4:35PM<br /><br />Is there a way to get a list of the names of embedded fonts? I have looked through the docs and tried a few things, but without any joy.<DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Wed, 23 Mar 2011 16:35:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/embedded-fonts-list_topic1783_post7732.html#7732</guid>
  </item> 
 </channel>
</rss>