PDFMerge Methods |
The PDFMerge type exposes the following members.
Name | Description | |
---|---|---|
AppendEmptyPage |
Appends an empty page to PDF document
| |
AppendImageFile |
Append an existing image file
| |
AppendImageObject |
Append a System.Drawing.Image object
| |
AppendPDFFile(String) |
Appends an existing PDF document
| |
AppendPDFFile(String, Int32) |
Appends pages from the specified source document starting from zero based page index
in the source document.
| |
AppendPDFFile(String, Int32, Int32) |
Appends at most length pages from the specified source document starting from zero based index
startIndex in the source document.
| |
AppendPDFFile(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.
| |
AppendPDFStream(Stream) |
Appends a PDF stream to the merged document
| |
AppendPDFStream(Stream, Int32) |
Appends pages from the specified source document starting from zero based page index
in the source document.
| |
AppendPDFStream(Stream, Int32, Int32) |
Appends at most length pages from the specified source document starting from zero based index
startIndex in the source document.
| |
AppendPDFStream(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.
| |
GetCurrentPageCount |
Retrieves the number of pages of current PDF document
| |
GetPageCount(Stream) |
A fast method to obtain the page count of a specified PDF document.
| |
GetPageCount(String) |
A fast method to obtain the page count of a specified PDF document.
| |
RenderMergedPDFDocument |
Renders the merged document into memory buffer.
| |
SaveMergedPDFToFile |
Saves the merged PDF document into the specified disk file.
| |
SaveMergedPDFToStream |
Saves the merged PDF document into the specified stream.
|