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<System::IO::Stream> outputStream, System::SharedPtr<Aspose::Words::Saving::SaveOptions> saveOptions)=0
ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>The input stream.
outputStreamSystem::SharedPtr<System::IO::Stream>The output stream.
saveOptionsSystem::SharedPtr<Aspose::Words::Saving::SaveOptions>The save options.

See Also