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]):
    ...
ParameterTypeDescription
output_streamio.BytesIOThe output stream.
input_streamsList[io.BytesIO]The input streams.
load_optionsList[LoadOptions]Load options for the input files.

See Also