convert_to_images method
convert_to_images(input_stream, load_options, save_options)
Converts pages from document from input stream to array of images.
def convert_to_images(self, input_stream: io.BytesIO, load_options: aspose.words.loading.LoadOptions, save_options: aspose.words.saving.SaveOptions):
...
Parameter | Type | Description |
---|---|---|
input_stream | io.BytesIO | The input stream. |
load_options | LoadOptions | The document load options. |
save_options | SaveOptions | The save options. |
Returns
Array of page images streams.
See Also
- module aspose.words
- class IDocumentConverterPlugin