PdfMergerAppend(Stream) Method |
Appends all pages from a PDF document loaded from the specified stream and with the
Default options.
Namespace: SautinSoft.Pdf.FacadesAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfMerger Append(
Stream stream
)
Public Function Append (
stream As Stream
) As PdfMerger
Parameters
- stream Stream
- The stream from which to load a PDF document.
Return Value
PdfMergerA reference to this
PdfMerger instance.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | stream is null. |
| ArgumentException | stream is not readable. |
| InvalidPdfPasswordException | PDF file is encrypted and the password is required to load a PDF document. |
See Also