merge method

merge(outputStream, inputStreams, loadOptions) {#buffer_buffer[]_loadoptions[]}

Merges the given input PDF documents into a single output PDF document using specified input and output streams.

merge(outputStream: Buffer, inputStreams: Buffer[], loadOptions: Aspose.Words.Loading.LoadOptions[])
ParameterTypeDescription
outputStreamBufferThe output stream.
inputStreamsBuffer[]The input streams.
loadOptionsLoadOptions[]Load options for the input files.

See Also