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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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.

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsXamlOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsGifOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsRenderingOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsPptOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsTiffOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsMarkdownSaveOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsSaveOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsHtmlOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsSwfOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsXpsOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsSVGOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsHtml5OptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsPptxOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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

processToBytes

NameDescription
processToBytes (java.lang.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.
optionsPdfOptionsThe additional options that define how the merged presentation is saved.

Returns: Bytes[]

Error

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