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
Parameter | Type | Description |
---|---|---|
outputStream | System::SharedPtr<System::IO::Stream> | The output stream. |
inputStreams | System::ArrayPtr<System::SharedPtr<System::IO::Stream>> | The input streams. |
loadOptions | System::ArrayPtr<System::SharedPtr<Aspose::Words::Loading::LoadOptions>> | Load options for the input files. |
See Also
- Class LoadOptions
- Interface IDocumentMergerPlugin
- Namespace Aspose::Words
- Library Aspose.Words for C++