OrdoPDFsMerge.dll

The main function of this ActiveX DLL is:

MergePDFs(CSPDFFileNames As String, [OutputPDF As String], [PassWord As String]) As Boolean
	* CSPDFFileNames contains the paths and names of the PDF files to merge, separated by commas.
	* OutputPDF (optional) contains the path and name of the resulting PDF file from the concatenation of the files. If omitted, the name of the first file to be merged is taken as the resulting file name. Warning, in this case the first file is overwritten.
	* Password (Optional) Password if necessary to open the PDF files. It is assumed that all files to be merged have the same password, otherwise each password will be requested from the user.
Returns True if everything went well.

