Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams.Builder
-
Packages that use ReplacePagesParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.replacepages Contains the param classes forReplacePagesPDFJob
. -
-
Uses of ReplacePagesParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.replacepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.replacepages that return ReplacePagesParams.Builder Modifier and Type Method Description ReplacePagesParams.Builder
ReplacePagesParams.Builder. addPagesForReplace(Asset inputAsset, PageRanges pageRanges, Integer basePage)
Adds the specified pages of the input PDF file to be replaced at the specified page of the base PDF fileReplacePagesParams.Builder
ReplacePagesParams.Builder. addPagesForReplace(Asset inputAsset, Integer basePage)
Adds all the pages of the input PDF file to be replaced at the specified page of the base PDF file.static ReplacePagesParams.Builder
ReplacePagesParams. replacePagesParamsBuilder(Asset asset)
Creates a newReplacePagesParams.Builder
.
-