Package | Description |
---|---|
com.groupdocs.merger.domain.result |
The com.groupdocs.merger.domain.result namespace provides classes for result of methods.
|
com.groupdocs.merger.handler |
The com.groupdocs.merger.handler namespace provides classes for working with main document handler.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentResult> |
MultiDocumentResult.getDocuments()
Gets the documents.
|
com.aspose.ms.System.Collections.Generic.List<DocumentResult> |
MultiDocumentResult.getDocumentsInternal()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiDocumentResult.setDocuments(List<DocumentResult> value)
Gets the documents.
|
Modifier and Type | Method and Description |
---|---|
DocumentResult |
DocumentHandler.addPassword(InputStream documentStream,
AddPasswordOptions addPasswordOptions)
Protects document of known format with password.
|
DocumentResult |
DocumentHandler.addPassword(InputStream documentStream,
String password)
Protects document of unknown format with password.
|
DocumentResult |
DocumentHandler.changeOrientation(InputStream documentStream,
int mode,
int[] pageNumbers)
Makes new document from document of unknown format and applis new orientation mode for specified pages.
|
DocumentResult |
DocumentHandler.changeOrientation(InputStream documentStream,
OrientationOptions orientationOptions)
Makes new document from document of known format and applies new orientation mode for specified pages.
|
DocumentResult |
DocumentHandler.join(List<JoinItem> joinItems)
Joins multiple documents of known format into the one document.
|
DocumentResult |
DocumentHandler.joinStream(List<InputStream> documentStreams)
Joins multiple document streams of unknown format into resultant document.
|
DocumentResult |
DocumentHandler.movePage(InputStream documentStream,
int pageNumberToMove,
int newPageNumber)
Moves page to a new position within document of unknown format.
|
DocumentResult |
DocumentHandler.movePage(InputStream documentStream,
MoveOptions moveOptions)
Moves page to a new position within document of known format.
|
DocumentResult |
DocumentHandler.removePages(InputStream documentStream,
int startPageNumber,
int endPageNumber,
int mode)
Removes pages from document of unknown format.
|
DocumentResult |
DocumentHandler.removePages(InputStream documentStream,
List<Integer> pageNumbers)
Removes pages from document of unknown format.
|
DocumentResult |
DocumentHandler.removePages(InputStream documentStream,
com.groupdocs.merger.domain.options.RemovePagesOptions removePagesOptions)
Removes pages from document of known format.
|
DocumentResult |
DocumentHandler.removePassword(InputStream documentStream,
RemovePasswordOptions options)
Removes password from document of known format.
|
DocumentResult |
DocumentHandler.removePassword(InputStream documentStream,
String password)
Removes password from document of unknown format.
|
DocumentResult |
DocumentHandler.rotatePages(InputStream documentStream,
int mode)
Rotate pages in document of unknown format.
|
DocumentResult |
DocumentHandler.rotatePages(InputStream documentStream,
com.groupdocs.merger.domain.options.RotateOptions rotateOptions)
Rotate pages in document of known format.
|
DocumentResult |
DocumentHandler.swapPages(InputStream documentStream,
int firstPageNumber,
int secondPageNumber)
Swaps two pages within document of unknown format.
|
DocumentResult |
DocumentHandler.swapPages(InputStream documentStream,
SwapOptions options)
Swaps two pages within document of known format.
|
DocumentResult |
DocumentHandler.trim(InputStream documentStream,
TrimOptions trimOptions)
Makes new document with some pages from source document of known format.
|
DocumentResult |
DocumentHandler.updatePassword(InputStream documentStream,
String oldPassword,
String newPassword)
Updates existing password for document of unknown format.
|
DocumentResult |
DocumentHandler.updatePassword(InputStream documentStream,
UpdatePasswordOptions options)
Updates existing password for document of known format.
|
Copyright © 2019. All rights reserved.