The Append PDF API automates the process of appending multiple PDF files together. You can append to a new pdf file, an existing pdf file or append a list of files together. The result file is optimized for space.
To be able to evaluate the functions below a valid license key is required. Please request one from aloaha@wrocklage.de
In some cases the documents to be merged exist already in memory. Saving them first to disk would loose some performance. If every millisecond is essential it is advised to use the function MergePDFFilesInMEM.
The example below demonstrates how:
dim pdf
dim InputFile
Dim AppendFile
Dim ResultFile