<?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 : note on html formatting codes</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 : Sample Code : note on html formatting codes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 08 May 2026 06:02:58 +0000</pubDate>
  <lastBuildDate>Sun, 06 Nov 2011 19:20:58 +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=2031</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[note on html formatting codes : I was struggling to find why font...]]></title>
   <link>http://www.quickpdf.org/forum/note-on-html-formatting-codes_topic2031_post8639.html#8639</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1743">greenley</a><br /><strong>Subject:</strong> 2031<br /><strong>Posted:</strong> 06 Nov 11 at 7:20PM<br /><br />I was struggling to find why font size was not working in a html formatting line and found that a line like (using CBuilder 6:<br><br>QP.SetTableCellContent(tableID, 2, 2, L"&lt;font size = \"14pt\"&gt;&lt;i&gt;$481 &lt;/i&gt;&lt;/font&gt;");<br><br>will not work because of the spaces around the equals. To make this work you need to use it like:<br><br>QP.SetTableCellContent(tableID, 2, 2, L"&lt;font size=\"14pt\"&gt;&lt;i&gt;$481 &lt;/i&gt;&lt;/font&gt;");<br><br>Maybe this will help someone.<br>Bill<br>]]>
   </description>
   <pubDate>Sun, 06 Nov 2011 19:20:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/note-on-html-formatting-codes_topic2031_post8639.html#8639</guid>
  </item> 
 </channel>
</rss>