AppendPDFFiles
Structure
AppendPDFFiles(sFileName1, sFileName2, sNewFileName : String)
Type
Function
Description
This procedure will take 2 pdf files (already created) and append them into a single pdf file.
Parameters: 3
sFileName1 = the name of the first pdf file
sFileName2 = the name of the first pdf file
sNewFileName = the name of the appended pdf file
Return Value
Integer - 1 = Success, 0 = Failure |