TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

GetFileHTML

GetFileHTML() → { string }

Returns file content in the HTML format.

Parameters:

This method doesn't have any parameters.

Returns:

Type
string

Example

Copy code
window.Asc.plugin.executeMethod ("GetFileHTML", null, function (res) {
    console.log (res)
});