Click or drag to resize

PdfMergerAppend(String) Method

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

Namespace: SautinSoft.Pdf.Facades
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.1.20
Syntax
public PdfMerger Append(
	string path
)

Parameters

path  String
The path to a file from which to load a PDF document.

Return Value

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