Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams.Builder
-
Packages that use DocumentMergeParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.documentmerge Contains the param classes forDocumentMergeJob
. -
-
Uses of DocumentMergeParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Methods in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge that return DocumentMergeParams.Builder Modifier and Type Method Description static DocumentMergeParams.Builder
DocumentMergeParams. documentMergeParamsBuilder()
Creates a newDocumentMergeParams.Builder
.DocumentMergeParams.Builder
DocumentMergeParams.Builder. withFragments(Fragments fragments)
Sets theFragments
for the document merge process.DocumentMergeParams.Builder
DocumentMergeParams.Builder. withJsonDataForMerge(org.json.JSONObject jsonDataForMerge)
Sets the input JSON data for the document merge process.DocumentMergeParams.Builder
DocumentMergeParams.Builder. withOutputFormat(OutputFormat outputFormat)
Sets theOutputFormat
for the document merge process.
-