Package | Description |
---|---|
com.adobe.platform.operation.io |
Contains the classes for providing input or receiving the output of an
Operation . |
com.adobe.platform.operation.pdfops |
Contains the classes for operations that generate or transform PDF files.
|
Modifier and Type | Method and Description |
---|---|
static FileRef |
FileRef.createFromLocalFile(String localSource)
Creates a FileRef instance from a local file path where the media type can be inferred from the file extension.
|
static FileRef |
FileRef.createFromLocalFile(String localSource,
String mediaType)
Creates a FileRef instance from a local file path with an explicitly specified media type.
|
static FileRef |
FileRef.createFromStream(InputStream inputStream,
String mediaType)
Creates a FileRef instance from an input stream using the specified media type.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ExtractPDFOperation |
ExtractPDFOperation.setInputFile(FileRef sourceFileRef)
Sets an input file.
|
Copyright © 2021 Adobe. All rights reserved.