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 |
ExtractPDFOperation.execute(ExecutionContext context)
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting Zip file.
|
Copyright © 2021 Adobe. All rights reserved.