PdfDocument.Combine Method |
Name | Description | |
---|---|---|
Combine(Stream,Stream[]) |
Combines one or more streams containing PDF documents into a single stream.
| |
Combine(Stream,String[]) |
Combines one or more paths containing PDF documents into a single stream.
| |
Combine(String,String[]) |
Combines one or more files containing PDF documents into a single file.
| |
Combine(Stream, PdfSaveOptions,Stream[]) |
Combines one or more streams containing PDF documents into a single stream
and encrypts the document with the supplied password.
| |
Combine(Stream, PdfSaveOptions,String[]) |
Combines one or more paths containing PDF documents into a single stream and
encrypts the document with the supplied password.
| |
Combine(String, Stream,Stream[]) | Obsolete.
Combines one or more streams containing PDF documents into a single stream
and encrypts the document with the supplied password.
| |
Combine(String, Stream,String[]) | Obsolete.
Combines one or more paths containing PDF documents into a single stream and
encrypts the document with the supplied password.
|