convert method
convert(input_stream, load_options, output_stream, save_options)
Converts document using specified input output streams and save options.
def convert(self, input_stream: io.BytesIO, load_options: aspose.words.loading.LoadOptions, output_stream: io.BytesIO, save_options: aspose.words.saving.SaveOptions):
...
Parameter | Type | Description |
---|---|---|
input_stream | io.BytesIO | The input stream. |
load_options | LoadOptions | The document load options. |
output_stream | io.BytesIO | The output stream. |
save_options | SaveOptions | The save options. |
See Also
- module aspose.words
- class IDocumentConverterPlugin