Package | Description |
---|---|
com.adobe.pdfservices.operation |
Contains the classes and sub-packages for various operations.
|
com.adobe.pdfservices.operation.pdfops |
Contains the classes for operations that generate or transform PDF files.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionContext |
ExecutionContext.create(Credentials credentials)
Creates a context instance using the provided
Credentials . |
static ExecutionContext |
ExecutionContext.create(Credentials credentials,
ClientConfig clientConfig)
Creates a context instance using the provided
Credentials and ClientConfig |
Modifier and Type | Method and Description |
---|---|
Object |
Operation.execute(ExecutionContext context)
Executes this operation synchronously using the provided context instance.
|
Modifier and Type | Method and Description |
---|---|
FileRef |
PDFElectronicSealOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting sealed file.
|
FileRef |
DeletePagesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
AutotagOutputFiles |
AutotagPDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns
AutotagOutputFiles instance for the tagged PDF and report file. |
FileRef |
LinearizePDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
FileRef |
ReorderPagesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
FileRef |
ReplacePagesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
PDFProperties |
PDFPropertiesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new JSONObject instance for the resulting JSON object.
|
FileRef |
ExportPDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting file.
|
List<FileRef> |
ExportPDFToImagesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new list of FileRef instances for the resultant image files.
|
FileRef |
CreatePDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
FileRef |
DocumentMergeOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting Merged file.
|
FileRef |
OCROperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
FileRef |
CombineFilesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting file.
|
FileRef |
RotatePagesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
FileRef |
InsertPagesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
FileRef |
CompressPDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
FileRef |
ProtectPDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
FileRef |
RemoveProtectionOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
|
List<FileRef> |
SplitPDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new list of FileRef instances for the resultant PDF files.
|
FileRef |
ExtractPDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting Zip file.
|
Copyright © 2022 Adobe. All rights reserved.