<?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 without a page break</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 without a page break]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 22:34:43 +0000</pubDate>
  <lastBuildDate>Wed, 10 Jan 2024 05:14:51 +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=4033</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 without a page break : Found this:https://www.debenu....]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdfs-without-a-page-break_topic4033_post16348.html#16348</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3371">NickW</a><br /><strong>Subject:</strong> 4033<br /><strong>Posted:</strong> 10 Jan 24 at 5:14AM<br /><br />Found this:&nbsp;https://www.debenu.com/kb/programmatically-stamp-a-pdf-onto-another-pdf/<div><br></div><div>Assuming this is still the best way to do what I want...</div>]]>
   </description>
   <pubDate>Wed, 10 Jan 2024 05:14:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdfs-without-a-page-break_topic4033_post16348.html#16348</guid>
  </item> 
  <item>
   <title><![CDATA[Merging PDFs without a page break : Hi all,I&amp;#039;m using the Debenu...]]></title>
   <link>http://www.quickpdf.org/forum/merging-pdfs-without-a-page-break_topic4033_post16347.html#16347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3371">NickW</a><br /><strong>Subject:</strong> 4033<br /><strong>Posted:</strong> 09 Jan 24 at 3:38AM<br /><br />Hi all,<div><br></div><div>I'm using the Debenu DLL, v13.</div><div><br></div><div>I'm building a contract document comprising (i) a table that will be generated at runtime and (ii) several chunks of static content (footer, terms&amp;conditions page, signatures section etc). The table starts halfway down the first page - it varies in size and may or may not fit on a single page, so I need precise control over positioning and page breaks so that I can lay the document out in a particular way no matter how big or small the table is, keeping certain static sections together and keeping others on separate pages.&nbsp;</div><div><br></div><div>I have separated the static content out into several PDFs, each one being a one-page document only a few lines long. They use multiple colours, rotated text, tables with merged cells etc so I prefer to add them to the contract document by loading them in from disc rather than creating them programmatically, purely because - I thought - it's easier. In each case, I want to load everything that is in the PDF. My plan was to read in the first couple of static sections, append the table and then append the remaining sections after the table before writing the whole thing out to disc.&nbsp;</div><div><br></div><div>I have tried the MergeDocument and MergeFiles APIs, but I find that they insert a page break between each merged file. What is the easiest way to grab content from PDFs without Debenu putting a page break after each one? Here's an example of each approach minus the table code, in the Progress / OpenEdge 4GL (my functions map onto the equivalent 'DPL' functions in the DLL):</div><div>&nbsp;&nbsp;</div><div><font face="Courier New, Courier, mono">&nbsp; // Using MergeDocument&nbsp;</font></div><div><font face="Courier New, Courier, mono">&nbsp; SelectDocument(iSafDocument).</font></div><div><font face="Courier New, Courier, mono">&nbsp; MergeDocument(ip1Body).</font></div><div><font face="Courier New, Courier, mono">&nbsp; MergeDocument(iSignatures).</font></div><div><font face="Courier New, Courier, mono">&nbsp; MergeDocument(iFooter).</font></div><div><font face="Courier New, Courier, mono">&nbsp; NewPage().</font></div><div><font face="Courier New, Courier, mono">&nbsp; MergeDocument(iTAndC).&nbsp;</font></div><div><font face="Courier New, Courier, mono"><br></font></div><div><font face="Courier New, Courier, mono">&nbsp; // Using MergeFiles</font></div><div><font face="Courier New, Courier, mono">&nbsp; MergeFiles('header.pdf', 'p1Body.pdf', 'merged.pdf').</font></div><div><br></div><div><br></div><div>TIA</div><div>Nick</div>]]>
   </description>
   <pubDate>Tue, 09 Jan 2024 03:38:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/merging-pdfs-without-a-page-break_topic4033_post16347.html#16347</guid>
  </item> 
 </channel>
</rss>