Aspose::Words::IDocumentMergerPlugin::Merge method

IDocumentMergerPlugin::Merge method

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

virtual void Aspose::Words::IDocumentMergerPlugin::Merge(System::SharedPtr<System::IO::Stream> outputStream, System::ArrayPtr<System::SharedPtr<System::IO::Stream>> inputStreams, System::ArrayPtr<System::SharedPtr<Aspose::Words::Loading::LoadOptions>> loadOptions)=0
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The output stream.
inputStreamsSystem::ArrayPtr<System::SharedPtr<System::IO::Stream>>The input streams.
loadOptionsSystem::ArrayPtr<System::SharedPtr<Aspose::Words::Loading::LoadOptions>>Load options for the input files.

See Also