Click or drag to resize

PdfMergerAppend(Stream) Method

Appends all pages from a PDF document loaded from the specified stream and with the Default options.

Namespace: SautinSoft.Pdf.Facades
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public PdfMerger Append(
	Stream stream
)

Parameters

stream  Stream
The stream from which to load a PDF document.

Return Value

PdfMerger
A reference to this PdfMerger instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
ArgumentExceptionstream is not readable.
InvalidPdfPasswordExceptionPDF file is encrypted and the password is required to load a PDF document.
See Also