Click or drag to resize

PdfDocumentCombine Method (Stream, String)

Combines one or more paths containing PDF documents into a single stream.

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(
	Stream output,
	params string[] sourceFiles
)

Parameters

output
Type: System.IOStream
A non-null stream to which to save the resulting document.
sourceFiles
Type: SystemString
Two or more non-null strings containing paths PDF documents.
See Also