- ClientContext - Class in com.adobe.platform.operation
-
Represents the execution context of an
Operation.
- ClientContext() - Constructor for class com.adobe.platform.operation.ClientContext
-
- com.adobe.platform.operation - package com.adobe.platform.operation
-
Contains the classes and sub-packages for various operations.
- com.adobe.platform.operation.exception - package com.adobe.platform.operation.exception
-
Contains the classes for various exceptions that can be thrown by an
Operation.
- com.adobe.platform.operation.io - package com.adobe.platform.operation.io
-
Contains the classes for providing input or receiving the output of an
Operation.
- com.adobe.platform.operation.pdfops - package com.adobe.platform.operation.pdfops
-
Contains the classes for operations that generate or transform PDF files.
- com.adobe.platform.operation.pdfops.options - package com.adobe.platform.operation.pdfops.options
-
- com.adobe.platform.operation.pdfops.options.createpdf - package com.adobe.platform.operation.pdfops.options.createpdf
-
- com.adobe.platform.operation.pdfops.options.exportpdf - package com.adobe.platform.operation.pdfops.options.exportpdf
-
- CombineFilesOperation - Class in com.adobe.platform.operation.pdfops
-
Combines multiple PDF files into a single PDF file.
- create(String) - Static method in class com.adobe.platform.operation.Authentication
-
Creates an Authentication instance on the basis of auth credentials provided in JSON format.
- createFromFile(String) - Static method in class com.adobe.platform.operation.ClientContext
-
Creates a context instance using the provided JSON config file path.
- createFromLocalFile(String, String) - Static method in class com.adobe.platform.operation.io.FileRef
-
Creates a FileRef instance from a local file path with an explicitly specified media type.
- createFromLocalFile(String) - Static method in class com.adobe.platform.operation.io.FileRef
-
Creates a FileRef instance from a local file path where the media type can be inferred from the file extension.
- createFromStream(InputStream, String) - Static method in class com.adobe.platform.operation.io.FileRef
-
Creates a FileRef instance from an input stream using the specified media type.
- createFromURL(URL, String) - Static method in class com.adobe.platform.operation.io.FileRef
-
Creates a FileRef instance from a URL.
- createNew() - Static method in class com.adobe.platform.operation.pdfops.CombineFilesOperation
-
Constructs a CombineFilesOperation instance.
- createNew() - Static method in class com.adobe.platform.operation.pdfops.CreatePDFOperation
-
Constructs a CreatePDFOperation instance.
- createNew(ExportPDFTargetFormat) - Static method in class com.adobe.platform.operation.pdfops.ExportPDFOperation
-
Constructs a ExportPDFOperation instance.
- CreatePDFFromHTMLOptions - Class in com.adobe.platform.operation.pdfops.options.createpdf
-
- CreatePDFFromHTMLOptions.Builder - Class in com.adobe.platform.operation.pdfops.options.createpdf
-
- CreatePDFOperation - Class in com.adobe.platform.operation.pdfops
-
An Operation that converts a non-PDF file to a PDF file.
- CreatePDFOperation.SupportedSourceFormat - Enum in com.adobe.platform.operation.pdfops
-
- CreatePDFOptions - Class in com.adobe.platform.operation.pdfops.options.createpdf
-
- CreatePDFOptions() - Constructor for class com.adobe.platform.operation.pdfops.options.createpdf.CreatePDFOptions
-