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 - How to use this function ?
  FAQ FAQ  Forum Search   Register Register  Login Login

How to use this function ?

 Post Reply Post Reply
Author
Message
Mahdi_S_T View Drop Down
Beginner
Beginner


Joined: 12 Dec 11
Location: Iran
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mahdi_S_T Quote  Post ReplyReply Direct Link To This Post Topic: How to use this function ?
    Posted: 02 Jan 12 at 3:08PM
How to use this function ?
Sample code for delphi ,please.

function TQuickPDF0813.MergeFileListFast(ListName, OutputFileName: WideString): Integer;


Edited by Mahdi_S_T - 02 Jan 12 at 3:17PM
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 02 Jan 12 at 10:13PM
Hi Mahdi!

I've used the search functionality (at the top right side) with MergeFileListFast ...
Here a small sample from DSOLA showing you how to do it:
....

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);

....

Cheers and welcome here,
Ingo
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