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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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.

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, 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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.

Error

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

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.

processToStream

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

Parameters:

NameTypeDescription
mergerMergerlink to self
inputFileNamesjava.lang.String[]An array of the input presentation file names.
outputStreamWriteStreamThe output stream.
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.