Print Page | Close Window

Help for MergeFileList

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1101
Printed Date: 05 Mar 26 at 7:08PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Help for MergeFileList
Posted By: Jmich
Subject: Help for MergeFileList
Date Posted: 07 Jun 09 at 4:03PM
Hi  User,

I would like about ten PDF files into a Pdf file together.

've tried it
 
  PDFLibrary.SetPageDimensions (310*72/25.4,510*72/25.4);
  PDFLibrary.SaveToFile('D:\quickpdf\test\empty.pdf');
  PDFLibrary.ClearFileList('mylist');
  PDFLibrary.AddToFileList('mylist','D:\quickpdf\test\empty.pdf');
  PDFLibrary.AddToFileList('mylist','D:\quickpdf\test\test1.pdf');
  PDFLibrary.AddToFileList('mylist','D:\quickpdf\test\test2.pdf');
  PDFLibrary.MergeFileList('mylist','D:\quickpdf\test\merge.pdf');

, but no success.

Could someone write a working routine.
Had a great help.

best greetings

Jmich



Replies:
Posted By: Ingo
Date Posted: 07 Jun 09 at 4:16PM
Hi!

Please use the (advanced) search function (above in the menu).
There's a lot if your searching for MergeFileList.
These two should be good for you:
http://www.quickpdf.org/forum/cant-merge-two-pdfs_topic1077.html
http://www.quickpdf.org/forum/create-a-new-pdf-from-n-templates_topic235.html

Cheers, Ingo





Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk