merge_to_images method

merge_to_images(input_files, save_options, merge_format_mode)

Merges the given input documents into a single output document using specified input output file names and save options. Renders the output to images.

def merge_to_images(self, input_files: List[str], save_options: aspose.words.saving.ImageSaveOptions, merge_format_mode: aspose.words.lowcode.MergeFormatMode):
    ...
ParameterTypeDescription
input_filesList[str]The input file names.
save_optionsImageSaveOptionsThe save options.
merge_format_modeMergeFormatModeSpecifies how to merge formatting that clashes.

See Also