merge_to_images_streams method

merge_to_images_streams(input_streams, save_options, merge_format_mode)

Merges the given input document streams into a single output document using specified image save options. Renders the output to images.

def merge_to_images_streams(self, input_streams: List[io.BytesIO], save_options: aspose.words.saving.ImageSaveOptions, merge_format_mode: aspose.words.lowcode.MergeFormatMode):
    ...
ParameterTypeDescription
input_streamsList[io.BytesIO]The input file streams.
save_optionsImageSaveOptionsThe save options.
merge_format_modeMergeFormatModeSpecifies how to merge formatting that clashes.

See Also