Click or drag to resize

PdfDocument.Combine Method

Combines one or more PDF documents into a single document.
Combines one or more PDF documents into a single document.
Combines one or more PDF documents into a single document.
Combines one or more PDF documents into a single document.
Combines one or more PDF documents into a single document.
Combines one or more PDF documents into a single document.
Combines one or more PDF documents into a single document.
Overload List
  NameDescription
Public methodStatic memberCombine(Stream,Stream[])
Combines one or more streams containing PDF documents into a single stream.
Public methodStatic memberCombine(Stream,String[])
Combines one or more paths containing PDF documents into a single stream.
Public methodStatic memberCombine(String,String[])
Combines one or more files containing PDF documents into a single file.
Public methodStatic memberCombine(Stream, PdfSaveOptions,Stream[])
Combines one or more streams containing PDF documents into a single stream and encrypts the document with the supplied password.
Public methodStatic memberCombine(Stream, PdfSaveOptions,String[])
Combines one or more paths containing PDF documents into a single stream and encrypts the document with the supplied password.
Public methodStatic memberCombine(String, Stream,Stream[]) Obsolete.
Combines one or more streams containing PDF documents into a single stream and encrypts the document with the supplied password.
Public methodStatic memberCombine(String, Stream,String[]) Obsolete.
Combines one or more paths containing PDF documents into a single stream and encrypts the document with the supplied password.
Top
See Also