IDocumentMergerPlugin

IDocumentMergerPlugin interface

Defines an interface for external merger plugin that can merge Pdf documents.

public interface IDocumentMergerPlugin

Methods

NameDescription
Merge(Stream, params Stream[])Merges the given input PDF documents into a single output PDF document using specified input and output streams.

See Also