Table of Contents

TTMSFNCCloudFileConversion.ConvertFileFromBase64 Method

Creates a conversion job from base64-encoded file content.

API unit family: TMSFNCCloudFileConversion Declaring type: TTMSFNCCloudFileConversion Inherited from: TTMSFNCCustomCloudFileConversion

Syntax

procedure ConvertFileFromBase64(ABase64File: string; AFileName: string; AOutputFormat: TTMSFNCCloudFileConversionFileFormat; ACallback: TTMSFNCCloudFileConversionJobCallBack = nil);

Parameters

Name Description
ABase64File Base64-encoded content of the source file.
AFileName Name of the source file, including its extension.
AOutputFormat Target output format.
ACallback Optional callback invoked when the job has been created.