| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Merger.save(OutputStream document,
ISaveOptions saveOptions)
Saves the result document to the stream
document. |
void |
Merger.save(String filePath,
ISaveOptions saveOptions)
Saves the result document file to
filePath. |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfSaveOptions
Provides additional Pdf options for the document saving.
|
class |
SaveOptions
Provides options for the document saving.
|
Copyright © 2025. All rights reserved.