Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams.Builder
-
Packages that use InsertPagesParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.insertpages Contains the param classes forInsertPagesPDFJob
. -
-
Uses of InsertPagesParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.insertpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.insertpages that return InsertPagesParams.Builder Modifier and Type Method Description InsertPagesParams.Builder
InsertPagesParams.Builder. addPagesToInsertAt(Asset inputAsset, PageRanges pageRanges, Integer basePage)
Adds the specified pages of the input PDF file to be inserted at the specified page of the base PDF fileInsertPagesParams.Builder
InsertPagesParams.Builder. addPagesToInsertAt(Asset inputAsset, Integer basePage)
Adds all the pages of the input PDF file to be inserted at the specified page of the base PDF file.static InsertPagesParams.Builder
InsertPagesParams. insertPagesParamsBuilder(Asset asset)
Creates a newInsertPagesParams.Builder
.
-