Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

릴리즈 2.4.1 이상

API to import a document by entering api and params in the Editor object.


Parameters:

Name

Type

Description

apiStringAPI to request to the server
paramsObjectParameter to set in the api request
bOverwriteBooleanOverwrite during import (overwrite when set to true)


Note) Import Using Absolute Path

You may import a document by receiving the document's absolute server path as params and using that in the server's import logic.


Example:

const api = "./importOnServer";
const params = { path: "D:\test.docx" };
editor.openDocumentOnServer(api, params, true);






  • No labels