Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Merging PDF Files
  FAQ FAQ  Forum Search   Register Register  Login Login

Merging PDF Files

 Post Reply Post Reply
Author
Message
rweetch View Drop Down
Senior Member
Senior Member


Joined: 22 Feb 11
Status: Offline
Points: 173
Post Options Post Options   Thanks (0) Thanks(0)   Quote rweetch Quote  Post ReplyReply Direct Link To This Post Topic: Merging PDF Files
    Posted: 16 May 11 at 8:59AM
I need to merge some pdf's I'm creating and am looking for the best (fastest) way to complete this. Each file is about 2.5mb and I need to meerge them into batches of 250, so an on disk merge would be best. There are no fields as they have all been flattened by this stage, but they do include images and fonts. Will MergeFilesFast be the best approach? Thanks
Back to Top
dsola View Drop Down
Team Player
Team Player


Joined: 28 Oct 05
Location: Croatia
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote dsola Quote  Post ReplyReply Direct Link To This Post Posted: 09 Jun 11 at 12:16PM
I used this approach:
....

  pdfEng.SetTempPath('c:\tmp\');
  pdfEng.ClearFileList('myList');

  if FindFirst('c:\PDF_merge_files\*.pdf', faArchive, searchResult) = 0 then
  begin
    repeat
      pdfEng.AddToFileList('myList', 'c:\PDF_merge_files\'+searchResult.Name);
    until FindNext(searchResult) <> 0;

    FindClose(searchResult);

  end;

  pdfEng.MergeFileListFast('myList', 'c:\PDF_merge_files\RESULT.PDF');
  FreeAndNil(pdfEng);

....

Maybe it will be fast enough for You

D.
registered QuickPDF user
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store