IDocumentMergerPlugin class

IDocumentMergerPlugin class

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

Methods

NameDescription
merge(output_stream, input_streams)Merges the given input PDF documents into a single output PDF document using specified input and output streams.

See Also