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)
ParameterTypeDescription
inputStreamBufferThe input stream.
loadOptionsLoadOptionsThe document load options.
outputStreamBufferThe output stream.
saveOptionsSaveOptionsThe save options.

See Also