Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - ODTGetTextFlow
Returns an XML description of the styles contained in the ODT. Used for parsing an ODT document and create the style conversion table.
Declaration
public string ODTGetTextFlow ( string apiKey, string fileData, string stylesMapping );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
fileData | The path to the ODT file, or its base64 encoded data | |
stylesMapping | An XML with the style map. The source XML can be obtained calling the ODTGetStyles function. For mapping, add the optional chiliId attribute to the style elements |
Returns
A valid XML string