Click or drag to resize
Pdf Library for .NET

PdfMergeManager Class

Merge two or more PDF documents into a final PDF.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfManager
    SelectPdfPdfMergeManager

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax
public class PdfMergeManager : PdfManager

The PdfMergeManager type exposes the following members.

Constructors
  NameDescription
Public methodPdfMergeManager
Instantiates the PdfMergeManager object.
Public methodPdfMergeManager(PdfStandard)
Instantiates the PdfMergeManager object.
Top
Methods
  NameDescription
Public methodAppend(Byte)
Append PDF document from a byte array.
Public methodAppend(Stream)
Append PDF document from the specified stream.
Public methodAppend(String)
Append PDF document.
Public methodAppend(PdfDocument)
Append PDF document from an existing PdfDocument object.
Public methodAppend(Byte, String)
Append PDF document from a byte array.
Public methodAppend(Stream, String)
Append PDF document from the specified stream.
Public methodAppend(String, String)
Append PDF document.
Public methodAppend(PdfDocument, String)
Append PDF document from an existing PdfDocument object.
Public methodClose
Closes the opened pdf documents (both initial and the newly created).
(Overrides PdfManagerClose.)
Public methodGetDocument
Returns the pdf document as PdfDocument object.
(Overrides PdfManagerGetDocument.)
Public methodLoad(Byte)
Loads a pdf document from a byte array.
(Inherited from PdfManager.)
Public methodLoad(Stream)
Loads a pdf document from the specified stream.
(Inherited from PdfManager.)
Public methodLoad(String)
Loads a pdf document from an existing pdf file.
(Inherited from PdfManager.)
Public methodLoad(PdfDocument)
Loads a pdf document from an existing PdfDocument object.
(Inherited from PdfManager.)
Public methodLoad(Byte, String)
Loads a password protected pdf document from a byte array.
(Inherited from PdfManager.)
Public methodLoad(Stream, String)
Loads a pdf document from a stream containing a password protected pdf document.
(Inherited from PdfManager.)
Public methodLoad(String, String)
Loads a pdf document from an existing password protected pdf file.
(Inherited from PdfManager.)
Public methodLoad(PdfDocument, String)
Loads a pdf document from an existing password protected PdfDocument object.
(Inherited from PdfManager.)
Public methodSave
Saves the pdf document as byte array.
(Overrides PdfManagerSave.)
Public methodSave(Stream)
Saves the pdf document to the specified stream.
(Overrides PdfManagerSave(Stream).)
Public methodSave(String)
Saves the pdf document to the specified file.
(Overrides PdfManagerSave(String).)
Top
See Also