Name | Description | |
---|---|---|
![]() | Append(Byte[]) |
Appends the contents of specified buffer with PDF data to
this PdfDocument.
|
![]() | Append(Stream) |
Appends the contents of specified stream with PDF data to
this PdfDocument.
|
![]() | Append(String) |
Appends the contents of existing PDF file with the specified name
to this PdfDocument.
|
![]() | Append(Stream, PdfDecryptionHandler) |
Appends the contents of the specified stream with PDF data to this
PdfDocument.
|
![]() | Append(String, PdfDecryptionHandler) |
Appends the contents of existing PDF file with the specified name
to this PdfDocument.
|
![]() | Append(Stream, PdfDecryptionHandler, PdfMergingOptions) |
Appends the contents of the specified stream with PDF data to this
PdfDocument.
|
![]() | Append(String, PdfDecryptionHandler, PdfMergingOptions) |
Appends the contents of an existing PDF file with the specified name
to this PdfDocument.
|