TTMSFNCCloudFileConversion.ConvertFile Method
Creates a conversion job for a local file and uploads it to the service.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCloudFileConversion
Inherited from: TTMSFNCCustomCloudFileConversion
Syntax
procedure ConvertFile(AFile: TTMSFNCUtilsFile; AOutputFormat: TTMSFNCCloudFileConversionFileFormat; ACallback: TTMSFNCCloudFileConversionJobCallBack = nil);
Parameters
| Name | Description |
|---|---|
AFile |
Source file to convert. |
AOutputFormat |
Target output format. |
ACallback |
Optional callback invoked when the job has been created. |