Merger class

Merger class

Represents a group of methods for merging PowerPoint presentations of the same format into one file.

The Merger type exposes the following members:

Methods

MethodDescription
process(input_file_names, output_file_name)Merges multiple PowerPoint presentations of the same format into a single presentation file.
process(input_file_names, output_file_name, options)Merges multiple PowerPoint presentations of the same format into a single presentation file.
process(input_file_names, output_stream)Merges multiple PowerPoint presentations of the same format into a single presentation file.
process(input_file_names, output_stream, options)Merges multiple PowerPoint presentations of the same format into a single presentation file.

See Also