Package | Description |
---|---|
com.adobe.platform.operation |
Contains the classes and sub-packages for various operations.
|
com.adobe.platform.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 |
DeletePagesOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF 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.
|
FileRef |
ExportPDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting file.
|
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 |
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.
|
Copyright © 2020 Adobe. All rights reserved.