Click or drag to resize

PdfDocumentCombine Method (String, Stream, String)

Note: This API is now obsolete.

Combines one or more paths containing PDF documents into a single stream and encrypts the document with the supplied password.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This method is obsolete. Use Combine(Stream, PdfSaveOptions, params string[]) instead.", 
	true)]
public static void Combine(
	string password,
	Stream output,
	params string[] sourceFiles
)

Parameters

password
Type: SystemString
A password to encrypt the document. Null or empty string means "no password".
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