merge method
merge(output_stream, input_streams, load_options)
Merges the given input PDF documents into a single output PDF document using specified input and output streams.
def merge(self, output_stream: io.BytesIO, input_streams: List[io.BytesIO], load_options: List[aspose.words.loading.LoadOptions]):
...
| Parameter | Type | Description |
|---|---|---|
| output_stream | io.BytesIO | The output stream. |
| input_streams | List[io.BytesIO] | The input streams. |
| load_options | List[LoadOptions] | Load options for the input files. |
See Also
- module aspose.words
- class IDocumentMergerPlugin