<?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 : MergeFile function. How to ???</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 : MergeFile function. How to ???]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 23:24:24 +0000</pubDate>
  <lastBuildDate>Tue, 06 Jul 2010 08:51:09 +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=1506</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[MergeFile function. How to ??? : Dear Ingo,Thanks for your reply,...]]></title>
   <link>http://www.quickpdf.org/forum/mergefile-function-how-to_topic1506_post6733.html#6733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1301">thangnvhl</a><br /><strong>Subject:</strong> 1506<br /><strong>Posted:</strong> 06 Jul 10 at 8:51AM<br /><br />Dear Ingo,<br>Thanks for your reply, I solve my problem by using MergeDocument()<br><br>Regards,<br>]]>
   </description>
   <pubDate>Tue, 06 Jul 2010 08:51:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/mergefile-function-how-to_topic1506_post6733.html#6733</guid>
  </item> 
  <item>
   <title><![CDATA[MergeFile function. How to ??? : Hi!I think you have a load before...]]></title>
   <link>http://www.quickpdf.org/forum/mergefile-function-how-to_topic1506_post6729.html#6729</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1506<br /><strong>Posted:</strong> 01 Jul 10 at 6:37AM<br /><br />Hi!<br><br>I think you have a load before the SaveToFile ...<br>MergeFiles works only on disk... so the first Load<br>(with the old sOutputFile) is still active...<br>So AddImage doesn't touch the new sOutputFile but the old sOutputFile...<br>the old sOutputFile wasn't saved at the end - so the image is lost.<br>Your sequence is wrong ;-)<br>Please read the first threads in the general section from debenu...<br>There are knowledgebase- and sample-sections on the official supportpages.<br><br>Cheers, Ingo<br><br><br>]]>
   </description>
   <pubDate>Thu, 01 Jul 2010 06:37:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/mergefile-function-how-to_topic1506_post6729.html#6729</guid>
  </item> 
  <item>
   <title><![CDATA[MergeFile function. How to ??? : My code is bellow:private PDFLibrary...]]></title>
   <link>http://www.quickpdf.org/forum/mergefile-function-how-to_topic1506_post6727.html#6727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1301">thangnvhl</a><br /><strong>Subject:</strong> 1506<br /><strong>Posted:</strong> 30 Jun 10 at 10:52AM<br /><br />My code is bellow:<br><br>private PDFLibrary PDFLib = new PDFLibrary();<br>string sOutputFile = @"C:\my temp\test.pdf";<br>string sSecondFile = @"C:\my temp\secondfile.pdf";<br>string sImageFile = @"C:\my temp\thirdfile.jpg";<br><br>PDFLib.SaveToFile(sOutputFile);<br>PDFLib.MergeFiles(sOutputFile, sSecondFile, sOutputFile)<br>PDFLib.AddImageFromFile(sImageFile, 0);<br>PDFLib.DrawImage(10, 10, PDFLib.PageWidth() - 10, PDFLib.PageWidth() - 10);<br><br>After execute application successfully, My Output File's content is bank.<br>I don't know what wrong I did. Please help me.<br><br>Thank you so much!<br>]]>
   </description>
   <pubDate>Wed, 30 Jun 2010 10:52:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/mergefile-function-how-to_topic1506_post6727.html#6727</guid>
  </item> 
 </channel>
</rss>