<?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 : Merge Order with MergeDocument</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 : Merge Order with MergeDocument]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 06:50:16 +0000</pubDate>
  <lastBuildDate>Wed, 09 Apr 2014 22:37: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=2862</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[Merge Order with MergeDocument : Depending on what your ultimate...]]></title>
   <link>http://www.quickpdf.org/forum/merge-order-with-mergedocument_topic2862_post11609.html#11609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 2862<br /><strong>Posted:</strong> 09 Apr 14 at 10:37PM<br /><br />Depending on what your ultimate goal is, you could use MergeFiles to merge the documents. Then you don't even have to open the files and the merge file list always contains the order of the files.<br><br>Wheeley<br><br>p.s.<br>Search the forum about merging to find example code.<br>]]>
   </description>
   <pubDate>Wed, 09 Apr 2014 22:37:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merge-order-with-mergedocument_topic2862_post11609.html#11609</guid>
  </item> 
  <item>
   <title><![CDATA[Merge Order with MergeDocument : I need to merge two pdf&amp;#039;s...]]></title>
   <link>http://www.quickpdf.org/forum/merge-order-with-mergedocument_topic2862_post11607.html#11607</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1370">Luke</a><br /><strong>Subject:</strong> 2862<br /><strong>Posted:</strong> 09 Apr 14 at 12:00AM<br /><br />I need to merge two pdf's and am using the sample code (below). My problem is that sometimes the resultant PDF is sFile1 and then sFile2 and then other times it is sFile2 and then sFile1. What determines the merge order? Is there a better way? TIA.<br><br>// Read First Document<br>FPDF.LoadFromFile( sFile1, '' );<br>iDoc1 := FPDF.SelectedDocument;<br><br>// Read Second Document<br>FPDF.LoadFromFile( sFile2, '' );<br>iDoc2 := FPDF.SelectedDocument;<br><br>// Merge the two documents.<br>FPDF.SelectDocument( iDoc1 );<br>FPDF.MergeDocument( iDoc2 );<br><br>// 08-Apr-2014 LMM: -&gt; Save Result<br>FPDF.SaveToFile( sMergedFile );<br><br>]]>
   </description>
   <pubDate>Wed, 09 Apr 2014 00:00:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merge-order-with-mergedocument_topic2862_post11607.html#11607</guid>
  </item> 
 </channel>
</rss>