TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

OpenFile

OpenFile(binaryFile, fields)

Opens a file with fields.

Parameters:

Name Type Description
binaryFile Uint8Array

A file in the format of the 8-bit unsigned integer array.

fields Array.<string>

A list of field values.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("OpenFile", [[Uint8Array], ["id", "name"]]);