Package | Description |
---|---|
com.groupdocs.merger |
The com.groupdocs.merger namespace provides classes which allow you to merge documents and manipulate document structure (split single document to multiple documents, reorder or replace document pages, change page orientation, manage document password and perform other manipulations) across wide range of supported document types - PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, VSDX/VSD, ODT, ODS, ODP, HTML, EPUB and many others..
|
Modifier and Type | Method and Description |
---|---|
MergerSettings |
Merger.getSettings()
Deprecated.
|
Constructor and Description |
---|
Merger(InputStream document,
ILoadOptions loadOptions,
MergerSettings settings)
Initializes new instance of
Merger class. |
Merger(InputStream document,
MergerSettings settings)
Initializes new instance of
Merger class. |
Merger(String filePath,
ILoadOptions loadOptions,
MergerSettings settings)
Initializes new instance of
Merger class. |
Merger(String filePath,
MergerSettings settings)
Initializes new instance of
Merger class. |