Previous Topic

Next Topic

AppendPDFs - MaxBasic Function

AppendPDFs(File1: String, File2: String[, File3: String, ...]): String - OR -

AppendPDFs(FileStringList: StringList): String

AppendPDFs function appends Accredo generated PDF files to the first file listed, in the order they are listed, and saves the file with the name of File1. Subsequent appended files are not deleted. If no directory is supplied, the system path will be used as the directory.

Returns the name of the consolidated file.

AppendPDFs function syntax has these named arguments:

Parameter

Description

File1

Required. The name of the file that will be appended to.

File2

Required. The name of the first file to be appended.

File3 to File n

Optional. The names of additional files to be appended.

- OR -

Parameter

Description

File String List

Required. A Stringlist Object containing the names of the files to be appended.

See Also

Script Functions

Book Contents

Book Index