Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
-
Packages that use PageRanges Package Description com.adobe.pdfservices.operation.pdfjobs.params.combinepdf Contains the param classes forCombinePDFJob
.com.adobe.pdfservices.operation.pdfjobs.params.deletepages Contains the param classes forDeletePagesJob
.com.adobe.pdfservices.operation.pdfjobs.params.insertpages Contains the param classes forInsertPagesPDFJob
.com.adobe.pdfservices.operation.pdfjobs.params.reorderpages Contains the param classes forReorderPagesPDFJob
.com.adobe.pdfservices.operation.pdfjobs.params.replacepages Contains the param classes forReplacePagesPDFJob
.com.adobe.pdfservices.operation.pdfjobs.params.rotatepages Contains the param classes forRotatePagesJob
.com.adobe.pdfservices.operation.pdfjobs.params.splitpdf Contains the param classes forSplitPDFJob
. -
-
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.combinepdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.combinepdf with parameters of type PageRanges Modifier and Type Method Description CombinePDFParams.Builder
CombinePDFParams.Builder. addAsset(Asset asset, PageRanges pageRanges)
Adds anAsset
withPageRanges
to combine. -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.deletepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.deletepages that return PageRanges Modifier and Type Method Description PageRanges
DeletePagesParams. getPageRanges()
Returns thePageRanges
to be used for deleting pages.Constructors in com.adobe.pdfservices.operation.pdfjobs.params.deletepages with parameters of type PageRanges Constructor Description DeletePagesParams(PageRanges pageRanges)
Creates an instance ofDeletePagesParams
with the givenPageRanges
. -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.insertpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.insertpages with parameters of type PageRanges 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 file -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages that return PageRanges Modifier and Type Method Description PageRanges
ReorderPagesParams. getPageRanges()
Returns thePageRanges
to be used for reordering pages.Methods in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages with parameters of type PageRanges Modifier and Type Method Description static ReorderPagesParams.Builder
ReorderPagesParams. reorderPagesParamsBuilder(Asset asset, PageRanges pageRanges)
Creates a newReorderPagesParams.Builder
.Constructors in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages with parameters of type PageRanges Constructor Description Builder(Asset asset, PageRanges pageRanges)
Constructs aBuilder
instance. -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.replacepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.replacepages with parameters of type PageRanges 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 file -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages with parameters of type PageRanges Modifier and Type Method Description RotatePagesParams.Builder
RotatePagesParams.Builder. withAngleToRotatePagesBy(Angle angle, PageRanges pageRanges)
Sets theAngle
to be used for rotating pages specified inPageRanges
. -
Uses of PageRanges in com.adobe.pdfservices.operation.pdfjobs.params.splitpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.splitpdf that return PageRanges Modifier and Type Method Description PageRanges
SplitPDFParams. getPageRanges()
Returns thePageRanges
to be used for splitting pages.Methods in com.adobe.pdfservices.operation.pdfjobs.params.splitpdf with parameters of type PageRanges Modifier and Type Method Description void
SplitPDFParams. setPageRanges(PageRanges pageRanges)
Sets thePageRanges
to be used for splitting pages.
-