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.BuilderDocumentMergeParams. documentMergeParamsBuilder()Creates a newDocumentMergeParams.Builder.DocumentMergeParams.BuilderDocumentMergeParams.Builder. withFragments(Fragments fragments)Sets theFragmentsfor the document merge process.DocumentMergeParams.BuilderDocumentMergeParams.Builder. withJsonDataForMerge(org.json.JSONObject jsonDataForMerge)Sets the input JSON data for the document merge process.DocumentMergeParams.BuilderDocumentMergeParams.Builder. withOutputFormat(OutputFormat outputFormat)Sets theOutputFormatfor the document merge process.
-