java.lang.Object
com.aspose.words.Merger
public abstract class Merger
The specified input and output files or streams, along with the desired merge and save options,
are used to merge the given input documents into a single output document. The merging functionality supports over 35 different file formats.
| Method Summary | ||
|---|---|---|
static void | merge(java.lang.String outputFile, java.lang.String[] inputFiles) | |
| Merges the given input documents into a single output document using specified input and output file names. | ||
static void | merge(java.lang.String outputFile, java.lang.String[] inputFiles, SaveOptions saveOptions, int mergeFormatMode) | |
| Merges the given input documents into a single output document using specified input output file names and save options. | ||
static void | merge(java.lang.String outputFile, java.lang.String[] inputFiles, int saveFormat, int mergeFormatMode) | |
| Merges the given input documents into a single output document using specified input output file names and the final document format. | ||
static Document | merge(java.lang.String[] inputFiles, int mergeFormatMode) | |
|
Merges the given input documents into a single document and returns |
||
| Method Detail |
|---|
merge | |
public static void merge(java.lang.String outputFile, java.lang.String[] inputFiles)
throws java.lang.Exception | |
By default
outputFile - The output file name.inputFiles - The input file names.merge | |
public static void merge(java.lang.String outputFile, java.lang.String[] inputFiles, SaveOptions saveOptions, int mergeFormatMode) throws java.lang.Exception | |
outputFile - The output file name.inputFiles - The input file names.saveOptions - The save options.mergeFormatMode - A merge | |
public static void merge(java.lang.String outputFile, java.lang.String[] inputFiles, int saveFormat, int mergeFormatMode)
throws java.lang.Exception | |
outputFile - The output file name.inputFiles - The input file names.saveFormat - A mergeFormatMode - A merge | |
public static Document merge(java.lang.String[] inputFiles, int mergeFormatMode) throws java.lang.Exception | |
inputFiles - The input file names.mergeFormatMode - A