convert method

convert(input_stream, output_stream, save_options)

Converts document using specified input output streams and save options.

def convert(self, input_stream: io.BytesIO, output_stream: io.BytesIO, save_options: aspose.words.saving.SaveOptions):
    ...
ParameterTypeDescription
input_streamio.BytesIOThe input stream.
output_streamio.BytesIOThe output stream.
save_optionsSaveOptionsThe save options.

See Also