TTMSFNCCustomCloudFileConversion.ConvertFileFromURL Method
Creates a conversion job that converts a file referenced by a URL to the requested output format.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCustomCloudFileConversion
Syntax
procedure ConvertFileFromURL(AUrl: string; AOutputFormat: TTMSFNCCloudFileConversionFileFormat; AFileName: string = ''; ACallback: TTMSFNCCloudFileConversionJobCallBack = nil);
Parameters
| Name | Description |
|---|---|
AUrl |
URL of the source file to convert. |
AOutputFormat |
Target output format. |
AFileName |
Optional source file name; derived from the URL when omitted. |
ACallback |
Optional callback invoked when the job has been created. |