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!
![]() |
Merging PDF Files |
Post Reply
|
| Author | |
rweetch
Senior Member
Joined: 22 Feb 11 Status: Offline Points: 173 |
Post Options
Thanks(0)
Quote Reply
Topic: Merging PDF FilesPosted: 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
|
|
![]() |
|
dsola
Team Player
Joined: 28 Oct 05 Location: Croatia Status: Offline Points: 34 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store