PdfDocument.Append Method

Appends the contents of existing PDF file, stream or buffer to this PdfDocument.

Overload List

  NameDescription
Public methodAppend(Byte[])
Appends the contents of specified buffer with PDF data to this PdfDocument.
Public methodAppend(Stream)
Appends the contents of specified stream with PDF data to this PdfDocument.
Public methodAppend(String)
Appends the contents of existing PDF file with the specified name to this PdfDocument.
Public methodAppend(Stream, PdfDecryptionHandler)
Appends the contents of the specified stream with PDF data to this PdfDocument.
Public methodAppend(String, PdfDecryptionHandler)
Appends the contents of existing PDF file with the specified name to this PdfDocument.
Public methodAppend(Stream, PdfDecryptionHandler, PdfMergingOptions)
Appends the contents of the specified stream with PDF data to this PdfDocument.
Public methodAppend(String, PdfDecryptionHandler, PdfMergingOptions)
Appends the contents of an existing PDF file with the specified name to this PdfDocument.

See Also