Aspose::Words::IDocumentConverterPlugin::Convert method
IDocumentConverterPlugin::Convert method
Converts document using specified input output streams and save options.
virtual void Aspose::Words::IDocumentConverterPlugin::Convert(System::SharedPtr<System::IO::Stream> inputStream, System::SharedPtr<Aspose::Words::Loading::LoadOptions> loadOptions, System::SharedPtr<System::IO::Stream> outputStream, System::SharedPtr<Aspose::Words::Saving::SaveOptions> saveOptions)=0
Parameter | Type | Description |
---|---|---|
inputStream | System::SharedPtr<System::IO::Stream> | The input stream. |
loadOptions | System::SharedPtr<Aspose::Words::Loading::LoadOptions> | The document load options. |
outputStream | System::SharedPtr<System::IO::Stream> | The output stream. |
saveOptions | System::SharedPtr<Aspose::Words::Saving::SaveOptions> | The save options. |
See Also
- Class LoadOptions
- Class SaveOptions
- Interface IDocumentConverterPlugin
- Namespace Aspose::Words
- Library Aspose.Words for C++