IDocumentMergerPlugin
Overview
IDocumentMergerPlugin is a interface in Aspose.Words FOSS for .NET.
Defines an interface for external merger plugin that can merge Pdf documents.
This interface provides 1 method for working with IDocumentMergerPlugin objects in .NET programs.
Available methods include: Merge.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Merge(outputStream: Stream, inputStreams: Stream[], loadOptions: LoadOptions[]) | Merges the given input PDF documents into a single output PDF document using specified input and output streams. |