Class DocumentMergeParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class DocumentMergeParams extends Object implements PDFServicesJobParams
Parameters for document generation usingDocumentMergeJob
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DocumentMergeParams.Builder
Builds aDocumentMergeParams
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentMergeParams.Builder
documentMergeParamsBuilder()
Creates a newDocumentMergeParams.Builder
.Fragments
getFragments()
Returns the inputFragments
data for document merge process.org.json.JSONObject
getJsonDataForMerge()
Represents the input datasource for the document merge process as a JSON ObjectOutputFormat
getOutputFormat()
Returns the intendedOutputFormat
of the generated document.
-
-
-
Method Detail
-
getJsonDataForMerge
public org.json.JSONObject getJsonDataForMerge()
Represents the input datasource for the document merge process as a JSON Object- Returns:
- the input JSON Data to be merged with document template
-
getOutputFormat
public OutputFormat getOutputFormat()
Returns the intendedOutputFormat
of the generated document.- Returns:
- the
OutputFormat
-
getFragments
public Fragments getFragments()
Returns the inputFragments
data for document merge process.- Returns:
- the input
Fragments
data for the document merge process
-
documentMergeParamsBuilder
public static DocumentMergeParams.Builder documentMergeParamsBuilder()
Creates a newDocumentMergeParams.Builder
.- Returns:
- a
DocumentMergeParams.Builder
instance
-
-