<?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 : Table Functionality</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 : Table Functionality]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 18:56:30 +0000</pubDate>
  <lastBuildDate>Mon, 25 Jan 2010 10:34: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=1226</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[Table Functionality : Hi Stakon!Please keep in mind...]]></title>
   <link>http://www.quickpdf.org/forum/table-functionality_topic1226_post6059.html#6059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1226<br /><strong>Posted:</strong> 25 Jan 10 at 10:34AM<br /><br />Hi Stakon!<br><br>Please keep in mind if you've discovered a real bug in QuickPDF you should post it in the official webpages from the library ;-)<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Mon, 25 Jan 2010 10:34:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/table-functionality_topic1226_post6059.html#6059</guid>
  </item> 
  <item>
   <title><![CDATA[Table Functionality : Good day,it seems there is another...]]></title>
   <link>http://www.quickpdf.org/forum/table-functionality_topic1226_post6058.html#6058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1170">stakon</a><br /><strong>Subject:</strong> 1226<br /><strong>Posted:</strong> 25 Jan 10 at 10:01AM<br /><br />Good day,<br><br>it seems there is another issue when working with tables.<br>While adding some text in a cell works fine, when i change the cell alignment to CENTER the text isn't drawn in the PDF. When cell alignment is&nbsp; LEFT everything is ok.<br><br>Even if i reduce the TextSize, this behavior remains.<br><br>Any ideas?<br><br>Here i post you some code how to reproduce this error:<br><br><b>&nbsp;&nbsp;&nbsp; int tablePDF = pdf_dll-&gt;CreateTable(1,1);<br>&nbsp;&nbsp;&nbsp; pdf_dll-&gt;SetTableColumnWidth(tablePDF,1,1,full_box_w);<br>&nbsp;&nbsp;&nbsp; pdf_dll-&gt;SetTableRowHeight(tablePDF,1,1,5);<br>&nbsp;&nbsp;&nbsp; pdf_dll-&gt;SetTableCellTextSize(tablePDF,1,1,1,1,7);<br>&nbsp;&nbsp;&nbsp; pdf_dll-&gt;SetTableCellTextColor(tablePDF,1,1,1,1,1,0,0);<br>&nbsp;&nbsp;&nbsp; pdf_dll-&gt;SetTableCellBackgroundColor(tablePDF,1,1,1,1,0.6,0.6,0.6);<br>&nbsp;&nbsp;&nbsp; pdf_dll-&gt;SetTableBorderColor(tablePDF,0,0,1,0);<br>&nbsp;&nbsp;&nbsp; <font color="#006600">//pdf_dll-&gt;SetTableCellAlignment(tablePDF,1,1,1,1,1);</font><font color="#cc0000"> &lt;--UNCOMMENT THIS TO REPRODUCE ERROR</font><br>&nbsp;&nbsp;&nbsp; pdf_dll-&gt;SetTableCellContent(tablePDF,1,1,"&lt;b&gt;SOME TEXT&lt;/b&gt;");<br>&nbsp;&nbsp;&nbsp; pdf_dll-&gt;DrawTableRows(tablePDF,right_limit - full_box_w,current_h,1000,1,0);</b><br><br>Thanx in advance,<br>stakon.<br><br>]]>
   </description>
   <pubDate>Mon, 25 Jan 2010 10:01:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/table-functionality_topic1226_post6058.html#6058</guid>
  </item> 
  <item>
   <title><![CDATA[Table Functionality :  Good Day,I recently discovered...]]></title>
   <link>http://www.quickpdf.org/forum/table-functionality_topic1226_post6050.html#6050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1170">stakon</a><br /><strong>Subject:</strong> 1226<br /><strong>Posted:</strong> 22 Jan 10 at 12:33PM<br /><br />Good Day,<br>&nbsp;<br>I recently discovered that QuickPDF supports table creation/manipulation and while trying to fill cells with <b>Greek </b>text, the usual unreadable fonts appear... <br><br>I see that the <b>DrawHTMLText()</b> function is used when we put content in a cell.<br>Obviously this does not take into account previous <b>SelectFont()</b> calls which is used for the normal <b>DrawText()</b>.<br><br>In the manual's given appendix <b><u>Appendix A: Supported HTML tags</u></b>, the font tag doesn't contain any "face" field, so i'm afraid i cannot use Greek text within TableCells created with QuickPDF.<br><br>Can anybody confirm/deny this restriction?<br><br>PS. I tried using :<b><br><br>SetTableCellContent(tableTitle,2,1,<br>"&lt;font face=\"Courier New {1253}\"&gt;Ελληνικά&lt;/font&gt;");<br></b>&nbsp;but this also failed.<br><br>Thanx in advance,<br>Stakon.<br><br><font size="5">*****EDIT*****</font><br>I found out that there is no problem with the fonts.<br>All i had to do was <b>SetHTMLNormalFont("default",your_font_id);</b><br><br><br><br><span style="font-size:10px"><br /><br />Edited by stakon - 22 Jan 10 at 2:38PM</span>]]>
   </description>
   <pubDate>Fri, 22 Jan 2010 12:33:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/table-functionality_topic1226_post6050.html#6050</guid>
  </item> 
  <item>
   <title><![CDATA[Table Functionality : Apologies for the post.Release...]]></title>
   <link>http://www.quickpdf.org/forum/table-functionality_topic1226_post5629.html#5629</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=193">MrPopup</a><br /><strong>Subject:</strong> 1226<br /><strong>Posted:</strong> 28 Sep 09 at 4:09AM<br /><br />Apologies for the post.<div>Release 7.16 solved the problem.</div><div>Charles</div>]]>
   </description>
   <pubDate>Mon, 28 Sep 2009 04:09:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/table-functionality_topic1226_post5629.html#5629</guid>
  </item> 
  <item>
   <title><![CDATA[Table Functionality : We have been experimenting use...]]></title>
   <link>http://www.quickpdf.org/forum/table-functionality_topic1226_post5628.html#5628</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=193">MrPopup</a><br /><strong>Subject:</strong> 1226<br /><strong>Posted:</strong> 27 Sep 09 at 7:51PM<br /><br /><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ">We have been experimenting use the newtable functionality, and have hit a problem where we seem to have no control ofthe font size for cell text.<span style="mso-spacerun:yes">&nbsp; </span>No matter whatsequence of code we use the font size is microscopic!<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ">Has anyone else experienced this issue?<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ">Sample (Jade code):<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><font ="Apple-style-span" face="Verdana, sans-serif"><br></font></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>table:= qp.createTable(10,5);<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; "><span style="mso-tab-count:1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span>qp.setTableColumnWidth(table,1,1,30);</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>qp.setTableColumnWidth(table,2,2,80);<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>qp.setTableColumnWidth(table,3,3,60);<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>qp.setTableColumnWidth(table,4,4,40);<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>qp.setTableColumnWidth(table,5,5,60);<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; "><span style="mso-tab-count:1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span>qp.setTableBorderColor(table,0,1,1,1);</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; "><span style="mso-tab-count:1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span>qp.setTableBorderWidth(table,0,.1);</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; "><span style="mso-tab-count:1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span>qp.setTableCellBorderColor(table,1,1,10,5,0,0,0,0);</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; "><span style="mso-tab-count:1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span>qp.setTableCellBorderWidth(table,1,1,10,5,0,.1);</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; "><span style="mso-tab-count:1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span>qp.setTableRowHeight(table,1,10,5);</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; "><span style="mso-tab-count:1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span>qp.setTableCellAlignment(table,1,1,10,5,0);</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>qp.setTableCellTextSize(table,1,1,10,5,5);<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>qp.setTableCellContent(table,1,1,"&lt;b&gt;Dates:&lt;/b&gt;");<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>qp.setTableCellContent(table,1,2,"&lt;b&gt;From:&lt;/b&gt;");<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;text-indent:36.0pt;line-height:  normal;:white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ">qp.setTableCellContent(table,1,3,"&lt;b&gt;Subject:&lt;/b&gt;");<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;text-indent:36.0pt;line-height:  normal;:white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ">qp.setTableCellContent(table,1,4,"&lt;b&gt;Original:&lt;/b&gt;");<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;text-indent:36.0pt;line-height:  normal;:white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ">qp.setTableCellContent(table,1,5,"&lt;b&gt;Action:&lt;/b&gt;");<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; "><span style="mso-tab-count:1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span>qp.drawTableRows(table,</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>5,<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>top,<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>8*10,<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1,<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ"><span style="mso-tab-count:2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>10);<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span ="Apple-style-span" style="font-family: Verdana, sans-serif; ">Tracing code shows that all quickpdffunction calls are successful; however the font is so small as to beunreadable.<span style="mso-spacerun:yes">&nbsp; </span>We have tried all values (insetTableCelltextSize) from 1 to 100!</span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ">Thank you for any assistance.<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-bottom:.75pt;line-height:normal;:  white"><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;  mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;  color:black;mso-fareast-:EN-NZ">Charles</span></p>]]>
   </description>
   <pubDate>Sun, 27 Sep 2009 19:51:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/table-functionality_topic1226_post5628.html#5628</guid>
  </item> 
 </channel>
</rss>