<?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 : Page numbering</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 : Page numbering]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 07 Mar 2026 08:36:12 +0000</pubDate>
  <lastBuildDate>Mon, 15 Jun 2015 02:03:15 +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=3135</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[Page numbering : On AutoIt forum some member ask...]]></title>
   <link>http://www.quickpdf.org/forum/page-numbering_topic3135_post12553.html#12553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3135<br /><strong>Posted:</strong> 15 Jun 15 at 2:03AM<br /><br />On AutoIt forum some member ask me about page numbering.<div><br></div><div>Here is example:</div><div><br></div><pre style="line-height: normal;"><font color="#0000cc">Func _QPDF_PageEnumerator(ByRef $oQP, $sFormat = 'Page %d of %d')	Local $iX = 0	Local $iY = $__eQPDF_A4_HeightInMM - 30	Local $iCounter = $oQP.PageCount()	Local $sText = ''	Local $iTextWidth = 0	For $iPage = 1 To $iCounter		$oQP.SelectPage($iPage)		$oQP.SetOrigin($__eQPDF_SORIGIN_TopLeft);		$oQP.SetMeasurementUnits($__eQPDF_MUNITS_Milimeters)		$sText = StringFormat($sFormat, $iPage, $iCounter)		$iTextWidth = $oQP.GetTextWidth($sText)		$iX = $__eQPDF_A4_WidthInMM - $iTextWidth - 10		$oQP.SetTextSize(5)		$oQP.DrawText($iX, $iY, $sText)	Next&nbsp;</font></pre><div><span style="line-height: normal;"><font color="#0000cc">EndFunc   ;==&gt;_QPDF_PageEnumerator</font></span></div><span style="font-size:10px"><br /><br />Edited by mLipok - 15 Jun 15 at 2:10AM</span>]]>
   </description>
   <pubDate>Mon, 15 Jun 2015 02:03:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/page-numbering_topic3135_post12553.html#12553</guid>
  </item> 
 </channel>
</rss>