This module is the single entry point for clients to interact with the DC services SDK. This is the only file that a 3rd party app should require. All the necessary classes and modules required to perform operations via the SDK are exposed through this module.
Members
ClientContext :ClientContext
Reference to the ClientContext class.
Type:
FileRef :FileRef
Reference to the FileRef class.
Type:
Authentication :Authentication
Reference to the Authentication class.
Type:
CreatePDF :Object
Object containing references to classes required for creating a PDF.
Properties:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Operation |
CreatePDFOperation | Reference to the operation class responsible for creating a PDF |
||||||||||||
SupportedMediaTypes |
CreatePDFOperation.SupportedMediaTypes | List of supported file formats which can be converted to a PDF |
||||||||||||
options |
Object | Contains references to configurable options of the operation Properties
|
Type:
- Object
ExportPDF :Object
Object containing references to classes required for exporting a PDF file.
Properties:
| Name | Type | Description |
|---|---|---|
Operation |
ExportPDFOperation | Reference to the operation class responsible for exporting a PDF file |
SupportedTargetFormats |
ExportPDFOperation.SupportedExportFormats | Supported Target Formats to which a PDF file can be exported |
Type:
- Object
CombineFiles :Object
Object containing references to classes required for combining multiple PDF files.
Properties:
| Name | Type | Description |
|---|---|---|
Operation |
CombineFilesOperation | Reference to the operation class responsible for combining multiple PDF files |
Type:
- Object
PageRanges :PageRanges
Reference to PageRanges class.