convert method
convert(inputStream, loadOptions, outputStream, saveOptions)
Converts document using specified input output streams and save options.
convert(inputStream: Buffer, loadOptions: Aspose.Words.Loading.LoadOptions, outputStream: Buffer, saveOptions: Aspose.Words.Saving.SaveOptions)
Parameter | Type | Description |
---|---|---|
inputStream | Buffer | The input stream. |
loadOptions | LoadOptions | The document load options. |
outputStream | Buffer | The output stream. |
saveOptions | SaveOptions | The save options. |
See Also
- module Aspose.Words
- class IDocumentConverterPlugin