convert_to_images method

convert_to_images(input_stream, save_options)

Converts pages from document from input stream to array of images.

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

Returns

Array of page images streams.

See Also