| 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..
|
| com.groupdocs.merger.domain.options |
The com.groupdocs.merger.domain.options namespace provides classes to specify additional options when loading, joining, splitting, previewing and saving documents.
|
| com.groupdocs.merger.domain.options.interfaces |
The com.groupdocs.merger.domain.options.interfaces namespace provides classes for working with Interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Merger.join(InputStream document,
IJoinOptions joinOptions)
Joins the documents into one single document.
|
void |
Merger.join(String filePath,
IJoinOptions joinOptions)
Joins the documents into one single document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageJoinOptions
The image join options.
|
class |
JoinOptions
Provides options for the document joining.
|
class |
com.groupdocs.merger.domain.options.PageJoinOptions
Provides options for the document joining.
|
class |
WordJoinOptions
The Word join options.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IImageJoinOptions
Interface for the image joining options.
|
Copyright © 2024. All rights reserved.