Merge
IDocumentMergerPlugin.Merge method
Merges the given input PDF documents into a single output PDF document using specified input and output streams.
public void Merge(Stream outputStream, Stream[] inputStreams, LoadOptions[] loadOptions)
Parameter | Type | Description |
---|---|---|
outputStream | Stream | The output stream. |
inputStreams | Stream[] | The input streams. |
loadOptions | LoadOptions[] | Load options for the input files. |
See Also
- class LoadOptions
- interface IDocumentMergerPlugin
- namespace Aspose.Words
- assembly Aspose.Words