Click or drag to resize

PDFMerge Methods

The PDFMerge type exposes the following members.

Methods
  NameDescription
Public methodAppendEmptyPage
Appends an empty page to PDF document
Public methodAppendImageFile
Append an existing image file
Public methodAppendImageObject
Append a System.Drawing.Image object
Public methodAppendPDFFile(String)
Appends an existing PDF document
Public methodAppendPDFFile(String, Int32)
Appends pages from the specified source document starting from zero based page index in the source document.
Public methodAppendPDFFile(String, Int32, Int32)
Appends at most length pages from the specified source document starting from zero based index startIndex in the source document.
Public methodAppendPDFFile(String, String, Int32, Int32)
Appends at most length pages from the specified password protected source document starting from zero based index startIndex in the source document.
Public methodAppendPDFStream(Stream)
Appends a PDF stream to the merged document
Public methodAppendPDFStream(Stream, Int32)
Appends pages from the specified source document starting from zero based page index in the source document.
Public methodAppendPDFStream(Stream, Int32, Int32)
Appends at most length pages from the specified source document starting from zero based index startIndex in the source document.
Public methodAppendPDFStream(Stream, String, Int32, Int32)
Appends at most length pages from the specified password protected source document starting from zero based index startIndex in the source document.
Public methodGetCurrentPageCount
Retrieves the number of pages of current PDF document
Public methodStatic memberGetPageCount(Stream)
A fast method to obtain the page count of a specified PDF document.
Public methodStatic memberGetPageCount(String)
A fast method to obtain the page count of a specified PDF document.
Public methodRenderMergedPDFDocument
Renders the merged document into memory buffer.
Public methodSaveMergedPDFToFile
Saves the merged PDF document into the specified disk file.
Public methodSaveMergedPDFToStream
Saves the merged PDF document into the specified stream.
Top
See Also