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):
...
| Parameter | Type | Description |
|---|---|---|
| input_files | List[str] | The input file names. |
| save_options | ImageSaveOptions | The save options. |
| merge_format_mode | MergeFormatMode | Specifies how to merge formatting that clashes. |
See Also
- module aspose.words.lowcode
- class Merger