Merger

Merger class

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

process

NameDescription
process (java.lang.String[], String)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, RenderingOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsRenderingOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, PptOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsPptOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, XamlOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsXamlOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, SVGOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsSVGOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, MarkdownSaveOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsMarkdownSaveOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, HtmlOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsHtmlOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, PdfOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsPdfOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, SwfOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsSwfOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, TiffOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsTiffOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, Html5Options)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsHtml5OptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, XpsOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsXpsOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, SaveOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsSaveOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, GifOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsGifOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], String, PptxOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputFileNameStringThe output file name of the resulting merged presentation file.
optionsPptxOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, RenderingOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsRenderingOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, PptOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsPptOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, XamlOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsXamlOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, SVGOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsSVGOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, MarkdownSaveOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsMarkdownSaveOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, HtmlOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsHtmlOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, PdfOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsPdfOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, SwfOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsSwfOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, TiffOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsTiffOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, Html5Options)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsHtml5OptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, XpsOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsXpsOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, SaveOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsSaveOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, GifOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsGifOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.

process

NameDescription
process (java.lang.String[], OutputStream, PptxOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

Parameters:

NameTypeDescription
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamOutputStreamThe output stream.
optionsPptxOptionsThe additional options that define how the merged presentation is saved.

Returns: void

Exception

ErrorCondition
ArgumentExceptionThrown when input file names are invalid or formats do not match.