Function.Automation.PDF.Merge
From GAB Help
This function merges the specified input PDFs into an output PDF.
Syntax
Function.Automation.PDF.Merge(InputFile[string],OutputFile[string])
Arguments
InputFile
Fully Qualified Input File Path
- The input filenames should be delimited with *!*.
OutputFile
Fully Qualified Output File path
Examples
Function.Automation.PDF.Merge("C:\pdfsample.pdf"*!*"C:\pdfsample_resize.pdf","C:\pdfsample_Merge.pdf")
Remarks
- The target filename should not be the same as any of the source filenames.