Get Started
Documentation
More information
|
DocumentDescription
The document section allows to change all the parameters pertaining to the document (title, url, file type, etc.). Parameters
Example
var docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "docx", "key": "Khirz6zTPdfd7", "title": "Example Document Title.docx", "url": "https://example.com/url-to-example-document.docx", }, ... }); Where the example.com is the name of the server where document manager and document storage service are installed. See the How it works section to find out more on Document Server service client-server interactions.
The key characters can be used: 0-9, a-z, A-Z, -._=.
The maximal key length is 20 characters.
|