Merger
Merger class
Represents a group of methods for merging PowerPoint presentations of the same format into one file.
process
| Name | Description |
|---|
| process(java.lang.String[], String) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, XamlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | XamlOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, GifOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | GifOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, RenderingOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | RenderingOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, PptOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | PptOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, TiffOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | TiffOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, MarkdownSaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | MarkdownSaveOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, SaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | SaveOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, HtmlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | HtmlOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, SwfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | SwfOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, XpsOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | XpsOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, SVGOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | SVGOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, Html5Options) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | Html5Options | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, PptxOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | PptxOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
process
| Name | Description |
|---|
| process(java.lang.String[], String, PdfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| outputFileName | String | The output file name of the resulting merged presentation file. |
| options | PdfOptions | The additional options that define how the merged presentation is saved. |
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[]) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], XamlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | XamlOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], GifOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | GifOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], RenderingOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | RenderingOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], PptOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | PptOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], TiffOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | TiffOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], MarkdownSaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | MarkdownSaveOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], SaveOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | SaveOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], HtmlOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | HtmlOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], SwfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | SwfOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], XpsOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | XpsOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], SVGOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | SVGOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], Html5Options) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | Html5Options | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], PptxOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | PptxOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |
processToBytes
| Name | Description |
|---|
| processToBytes (java.lang.String[], PdfOptions) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
Parameters:
| Name | Type | Description |
|---|
| inputFileNames | java.lang.String[] | An array of the input presentation file names. |
| options | PdfOptions | The additional options that define how the merged presentation is saved. |
Returns:
Bytes[]
Error
| Error | Condition |
|---|
| ArgumentException | Thrown when input file names are invalid or formats do not match. |