Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Field and Description |
---|---|
static Configuration.MergeMode |
Configuration.MergeMode.APPEND
Default merge mode: Append converted document to existing PDF.
|
static Configuration.MergeMode |
Configuration.MergeMode.ARRANGE
Advanced merge mode: Allows to insert specific pages from existing PDFs into
the converted document.
|
static Configuration.MergeMode |
Configuration.MergeMode.OVERLAY
Alternate merge mode (overlay): Adding converted document above the existing PDF.
|
static Configuration.MergeMode |
Configuration.MergeMode.OVERLAY_BELOW
Alternate merge mode (overlay): Adding converted document below the existing PDF.
|
static Configuration.MergeMode |
Configuration.MergeMode.PREPEND
Alternate merge mode: Prepend converted document to existing PDF.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.MergeMode |
Configuration.MergeMode.valueOf(String name) |
static Configuration.MergeMode[] |
Configuration.MergeMode.values() |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setMergeMode(Configuration.MergeMode value)
Sets the merge mode.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.