Package | Description |
---|---|
com.adobe.pdfservices.operation.pdfops |
Contains the classes for operations that generate or transform PDF files.
|
Modifier and Type | Method and Description |
---|---|
void |
CombineFilesOperation.addInput(FileRef sourceFileRef,
PageRanges pageRanges)
Specifies particular pages of a PDF file (media type "application/pdf") to be combined with other files.
|
void |
ReplacePagesOperation.addPagesForReplace(FileRef inputFile,
PageRanges pageRanges,
int basePageToReplace)
Adds the specified pages of the input PDF file for replacing the page of the base PDF file.
|
void |
InsertPagesOperation.addPagesToInsertAt(FileRef inputFile,
PageRanges pageRanges,
int basePage)
Adds the specified pages of the input PDF file to be inserted at the specified page of the base PDF file
|
void |
RotatePagesOperation.setAngleToRotatePagesBy(Angle angle,
PageRanges pageRanges)
Sets angle (in clockwise direction) for rotating the specified pages of the input PDF file; can be invoked
multiple times to set rotation for different set of page ranges.
|
void |
DeletePagesOperation.setPageRanges(PageRanges pageRanges)
Specifies the pages to delete from the input PDF file
|
void |
SplitPDFOperation.setPageRanges(PageRanges pageRanges)
Sets the page ranges on the basis of which to split the input PDF file.
|
void |
ReorderPagesOperation.setPagesOrder(PageRanges pageRanges)
Sets the order of the pages.
|
Copyright © 2022 Adobe. All rights reserved.