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, const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &inputStreams)=0
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The output stream.
inputStreamsconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&The input streams.

See Also