Click or drag to resize

PdfDocumentCombine Method (String, String)

Combines one or more files containing PDF documents into a single file.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void Combine(
	string outputFile,
	params string[] sourceFiles
)

Parameters

outputFile
Type: SystemString
A non-null path to the resulting output file.
sourceFiles
Type: SystemString
Two or more non-null strings containing paths PDF documents.
See Also