process method

process #

Merges the PowerPoint files from the array into one file.

@staticmethod
def process(input_file_names, output_file_name):
    ...
Parameter Type Description
input_file_names List[str] Array of the input presentation file names.
output_file_name str The output file name.

Examples #

slidize.PresentationMerger.process(["pres1.pptx", "pres2.pptx"], "merged.pptx")

Exceptions #

Exception Description
RuntimeError(Proxy error(ArgumentException))

See Also #