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):
    ...
ParameterTypeDescription
input_streamio.BytesIOThe input stream.
load_optionsLoadOptionsThe document load options.
save_optionsSaveOptionsThe save options.

Returns

Array of page images streams.

See Also