PdfMergeManagerAppend Method | |
| Name | Description | |
|---|---|---|
| Append(Byte) |
Append PDF document from a byte array.
| |
| Append(Stream) |
Append PDF document from the specified stream.
| |
| Append(String) |
Append PDF document.
| |
| Append(PdfDocument) |
Append PDF document from an existing PdfDocument object.
| |
| Append(Byte, String) |
Append PDF document from a byte array.
| |
| Append(Stream, String) |
Append PDF document from the specified stream.
| |
| Append(String, String) |
Append PDF document.
| |
| Append(PdfDocument, String) |
Append PDF document from an existing PdfDocument object.
|