<?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 (Delphi)</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 : Page Numbering (Delphi)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:33:41 +0000</pubDate>
  <lastBuildDate>Tue, 31 Aug 2010 20:50: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=1555</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 (Delphi) : Hi!If you&amp;#039;re only using MergeFiles...]]></title>
   <link>http://www.quickpdf.org/forum/page-numbering-delphi_topic1555_post6920.html#6920</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1555<br /><strong>Posted:</strong> 31 Aug 10 at 8:50PM<br /><br />Hi!<br><br>If you're only using MergeFiles you won't get the complete pagecount.<br>Try AnalyseFile on the new merged file and directly after this GetAnalyseInfo...<br>then you'll get the new pagecount.<br><br>Cheers, Ingo<br><br><h1><br></h1>]]>
   </description>
   <pubDate>Tue, 31 Aug 2010 20:50:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/page-numbering-delphi_topic1555_post6920.html#6920</guid>
  </item> 
  <item>
   <title><![CDATA[Page Numbering (Delphi) : Hi Thanks, that&amp;#039;s whatI...]]></title>
   <link>http://www.quickpdf.org/forum/page-numbering-delphi_topic1555_post6919.html#6919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1382">MartinS</a><br /><strong>Subject:</strong> 1555<br /><strong>Posted:</strong> 31 Aug 10 at 11:35AM<br /><br />Hi<DIV>Thanks, that's what&nbsp;I guessed. Will have to look to see how i can re-work the numbering of the unmerged documents.</DIV><DIV>As an aside, I have been trying to figure out how I can find the total page count for my merged document. This is the code&nbsp;I am using to create my merged document, but in this example, where&nbsp;I only have two files to merge, it returns a PageCount of 1. My code was designed to be re-used for any number of documents, but if this is not the way it should be used, please let me know.</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>// create list to hold generated filenames...<BR>sFileNameList := TStringList.Create;</DIV><DIV>// add store it in a list...<BR>sFileNameList.Add('FilePathAndName1');</DIV><DIV>sFileNameList.Add('FilePathAndName2');</DIV><DIV>// loop through the list...<BR>for I := 1 to sFileNameList.Count - 1 do<BR>begin<BR>// merge files together...<BR>PDFLibrary.MergeFiles(sFileNameList&#091;0&#093;, sFileNameList<em>, sOutputFileName);<BR>end;</DIV><DIV>// release the memory...</DIV><DIV>PDFLibrary.Free;</DIV><DIV>sFileNameList.Free;</DIV><DIV></pre></td></tr></table></DIV><DIV>Thanks</DIV><DIV>Martin</DIV>]]>
   </description>
   <pubDate>Tue, 31 Aug 2010 11:35:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/page-numbering-delphi_topic1555_post6919.html#6919</guid>
  </item> 
  <item>
   <title><![CDATA[Page Numbering (Delphi) : Hi Martin!The numberring is textual...]]></title>
   <link>http://www.quickpdf.org/forum/page-numbering-delphi_topic1555_post6913.html#6913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1555<br /><strong>Posted:</strong> 27 Aug 10 at 12:20PM<br /><br />Hi Martin!<br><br>The numberring is textual stuff and it's fix in the documents.<br>My idea: Paste the relevant areas with colour white on white background,<br>take the new pagecount and create your own numberring.<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Fri, 27 Aug 2010 12:20:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/page-numbering-delphi_topic1555_post6913.html#6913</guid>
  </item> 
  <item>
   <title><![CDATA[Page Numbering (Delphi) : I have been asked to write a procedure...]]></title>
   <link>http://www.quickpdf.org/forum/page-numbering-delphi_topic1555_post6912.html#6912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1382">MartinS</a><br /><strong>Subject:</strong> 1555<br /><strong>Posted:</strong> 26 Aug 10 at 4:26PM<br /><br />I have been asked to write a procedure to merge multiple documents&nbsp;for a summary, so have used the MergeFiles in a loop so that it will work for any number of reports.<DIV>One of the issues i have come across first is that each PDF has it's numbering set on creation, i.e. 1 of x is written into the header of the report, so when merging,&nbsp;I get page 1 of 1 and then page 1 of 2 and 2 of 2.</DIV><DIV>Is there anyway this can be dealt with in the resulting merged PDF, or do&nbsp;I need to go back to the code that creates the indivdual reports and work out the numbering from there?</DIV><DIV>Any help or advice gratefully received.</DIV><DIV>Martin</DIV>]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 16:26:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/page-numbering-delphi_topic1555_post6912.html#6912</guid>
  </item> 
 </channel>
</rss>