Returns the current file to download in the specified format.
Name | Type | Default | Description |
format | string | " " | A format in which you need to download a file. |
window.Asc.plugin.executeMethod ("GetFileToDownload", ["pdf"], function (res) { console.log (res) });