Convert
IDocumentConverterPlugin.Convert method
Converts document using specified input output streams and save options.
public void Convert(Stream inputStream, LoadOptions loadOptions, Stream outputStream,
SaveOptions saveOptions)
| Parameter | Type | Description |
|---|---|---|
| inputStream | Stream | The input stream. |
| loadOptions | LoadOptions | The document load options. |
| outputStream | Stream | The output stream. |
| saveOptions | SaveOptions | The save options. |
See Also
- class LoadOptions
- class SaveOptions
- interface IDocumentConverterPlugin
- namespace Aspose.Words
- assembly Aspose.Words