ITMSFNCCustomCloudFileConversion.BuildCreateJobRequest Method
Fills the request with the call that creates a conversion job from a URL or base64 payload.
API unit family: TMSFNCCloudFileConversion
Declaring type: ITMSFNCCustomCloudFileConversion
Syntax
procedure BuildCreateJobRequest(ARequest: TTMSFNCCloudBaseRequest; AOutputFormat:string; AFileName: string =''; AUrl: string =''; ABase64: string = '');
Parameters
| Name | Description |
|---|---|
ARequest |
Request to populate. |
AOutputFormat |
Target output format as text. |
AFileName |
Optional source file name. |
AUrl |
Optional source URL. |
ABase64 |
Optional base64-encoded source content. |