<?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 : Merging PDFs</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 : Merging PDFs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 29 Apr 2026 18:32:05 +0000</pubDate>
  <lastBuildDate>Mon, 02 Oct 2006 09:05:59 +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=521</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[Merging PDFs : Hi Ingo,  It&amp;#039;s been the whole...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdfs_topic521_post2296.html#2296</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=429">Kaus Media</a><br /><strong>Subject:</strong> 521<br /><strong>Posted:</strong> 02 Oct 06 at 9:05AM<br /><br />Hi Ingo,<br /><br />It's been the whole morning I am looking into the forums and tried a lot of thing, but nothing works as expected.<br />The thing is that I need to merge a lot of pages together. Source files are fax pages in high resolution, one-page pdf source file (A drawn BMP image on the first page) that comes from a "pages" table.<br /><br />If I use MergeStreams, it works. But the thing is that it is exponentially slow because for each new page added it must copy in memory the whole source stream to the destination stream.<br /><br />If I try MergeDocuments, or CopyPageRanges, these two functions gives me blank pages (with a success return code!)<br /><br />I have checked for the permissions on the pdf files also. Everything is allowed on all the files.<br /><br />The only solution I have finally come up with and that is not exponentialy slow is to save every blob from the DB to disk and then use a MergeFileListFast... (Which is also time consuming since it must load every page from the database, save it to disk, reload it, and save it once again. Three times more disk access than necessary).<br /><br />I have read somewhere in the forums that QuickPDF does not properly support huge image files. Maybe this is the reaon...<br /><br /><br />]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 09:05:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdfs_topic521_post2296.html#2296</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDFs : Hi!  Please try the search function...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdfs_topic521_post2286.html#2286</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 521<br /><strong>Posted:</strong> 29 Sep 06 at 7:42AM<br /><br />Hi!<br /><br />Please try the search function (on the top, right side) on this page with "merg". There are a many postings and your solution will be already there ;-)<br /><br />Best regards,<br />Ingo]]>
   </description>
   <pubDate>Fri, 29 Sep 2006 07:42:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdfs_topic521_post2286.html#2286</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDFs : Hi there,  I have a database with...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdfs_topic521_post2285.html#2285</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=429">Kaus Media</a><br /><strong>Subject:</strong> 521<br /><strong>Posted:</strong> 29 Sep 06 at 3:48AM<br /><br />Hi there,<br /><br />I have a database with page records (1 page PDF) I need to merge. It seemed obvious it should work with something like:<br /><br />while Not EOF do begin<br />&nbsp;&nbsp;&nbsp;intNewDocument := pdf.NewDocument;<br />&nbsp;&nbsp;&nbsp;pdf.SelectDocument (intNewDocument);<br />&nbsp;&nbsp;&nbsp;bs := CreateBlobStream(FieldByName('PDF'), bmRead);<br />&nbsp;&nbsp;&nbsp;pdf.LoadFromStream(bs);<br />&nbsp;&nbsp;&nbsp;//pdf.SaveToFile ('c:\test.pdf') &lt;= File is not blank!<br />&nbsp;&nbsp;&nbsp;pdf.SelectDocument(intMainDocument);<br />&nbsp;&nbsp;&nbsp;pdf.MergeDocument(intNewDocument);<br />&nbsp;&nbsp;&nbsp;bs.Free;<br />&nbsp;&nbsp;&nbsp;Next;<br />end;<br /><br />But it ain't!!! I have the proper number of pages, but all are blank! (An I don't have the source to see what's wrong :))<br /><br />Can anyone help? Thank you :)]]>
   </description>
   <pubDate>Fri, 29 Sep 2006 03:48:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdfs_topic521_post2285.html#2285</guid>
  </item> 
 </channel>
</rss>