<?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 : superscript and normal text mixing</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 : superscript and normal text mixing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 17:10:05 +0000</pubDate>
  <lastBuildDate>Fri, 05 Jul 2019 11:05:28 +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=3724</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[superscript and normal text mixing : Thanks for your replies, I will...]]></title>
   <link>http://www.quickpdf.org/forum/superscript-and-normal-text-mixing_topic3724_post14864.html#14864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2963">FredericP</a><br /><strong>Subject:</strong> 3724<br /><strong>Posted:</strong> 05 Jul 19 at 11:05AM<br /><br />Thanks for your replies, I will try to find some tricks...<br>]]>
   </description>
   <pubDate>Fri, 05 Jul 2019 11:05:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/superscript-and-normal-text-mixing_topic3724_post14864.html#14864</guid>
  </item> 
  <item>
   <title><![CDATA[superscript and normal text mixing : https://www.debenu.com/docs/pd...]]></title>
   <link>http://www.quickpdf.org/forum/superscript-and-normal-text-mixing_topic3724_post14854.html#14854</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3724<br /><strong>Posted:</strong> 28 Jun 19 at 5:24AM<br /><br /><div><a href="https://www.debenu.com/docs/pdf_library_reference/DrawHTMLText.php" target="_blank" rel="nofollow">https://www.debenu.com/docs/pdf_library_reference/DrawHTMLText.php</a></div><a href="https://www.debenu.com/docs/pdf_library_reference/AppendixA.php" target="_blank" rel="nofollow">https://www.debenu.com/docs/pdf_library_reference/AppendixA.php</a><div><br></div><div><span style=": rgb251, 251, 253;"><table width="99%"><tr><td><pre class="BBcode"></span></div><div><div>Func _Example()</div><div><span style="white-space:pre">	</span>......</div><div><span style="white-space:pre">	</span>Local $sHTMLText = '&lt;p align="justified"&gt;&lt;strong&gt;2&lt;sup&gt;nd&lt;/sup&gt;&lt;/strong&gt;&lt;/p&gt;'</div><div><span style="white-space:pre">	</span>$oQPDF.DrawHTMLText(100,20,180,$sHTMLText)</div><div><span style="white-space:pre">	</span>......</div><div>EndFunc</div></div><div><span style=": rgb251, 251, 253;"></pre></td></tr></table></span></div><span style="font-size:10px"><br /><br />Edited by mLipok - 28 Jun 19 at 5:25AM</span>]]>
   </description>
   <pubDate>Fri, 28 Jun 2019 05:24:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/superscript-and-normal-text-mixing_topic3724_post14854.html#14854</guid>
  </item> 
  <item>
   <title><![CDATA[superscript and normal text mixing : No Frederic... no more suggestions.You&amp;#039;ve...]]></title>
   <link>http://www.quickpdf.org/forum/superscript-and-normal-text-mixing_topic3724_post14853.html#14853</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3724<br /><strong>Posted:</strong> 25 Jun 19 at 9:54PM<br /><br />No Frederic... no more suggestions.<br>You've yourself Draw... and DrawHtml... that's all.<br><br>]]>
   </description>
   <pubDate>Tue, 25 Jun 2019 21:54:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/superscript-and-normal-text-mixing_topic3724_post14853.html#14853</guid>
  </item> 
  <item>
   <title><![CDATA[superscript and normal text mixing : Hi everyone,I have to draw, in...]]></title>
   <link>http://www.quickpdf.org/forum/superscript-and-normal-text-mixing_topic3724_post14851.html#14851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2963">FredericP</a><br /><strong>Subject:</strong> 3724<br /><strong>Posted:</strong> 25 Jun 19 at 2:20PM<br /><br /><div>Hi everyone,</div><div><br></div><div>I have to draw, in a specific rectangle, some text with superscript caracters inside.</div><div><br></div><div>"This is my 2<font size="1">nd</font> test"&nbsp; : "nd" should be superscrited<br></div><div><br></div><div>I currently use DrawTextBox or DrawRotatedTextBox and I don't know how can I achieve that goal...</div><div>A simple option could be to use DrawHTMLTextBox but with this function, I can't set the vertical aligment if I am right.</div><div><br></div><div>Do you have suggestions ? <img src="http://www.quickpdf.org/forum/smileys/smiley38.gif" border="0" alt="Lamp" title="Lamp" /></div>]]>
   </description>
   <pubDate>Tue, 25 Jun 2019 14:20:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/superscript-and-normal-text-mixing_topic3724_post14851.html#14851</guid>
  </item> 
 </channel>
</rss>