ONLYOFFICE Document Editors
Get started with a demo-sample of ONLYOFFICE Document Editors, the first html5-based editors. You may upload your own documents for testing using the "Upload file" button and selecting the necessary files on your PC.
|
Username:
|
Select user name before opening the document; you can open the same document using different users in different Web browser sessions, so you can check out multi-user editing functions. |
|
|
Choose the language for ONLYOFFICE™ editors interface. |
Upload your file or create new file
<% var storedFiles = GetStoredFiles();
if (storedFiles.Any())
{ %>
<% } %>
Want to learn how it works?
<% var examples = new DirectoryInfo(HttpRuntime.AppDomainAppPath + "App_Data")
.GetFiles("*.zip", SearchOption.TopDirectoryOnly)
.Select(fileInfo => fileInfo.Name).ToList();
if (examples.Any())
{ %>
Download the code for the sample of ONLYOFFICE Document Editors to find out the details.
<% foreach (var example in examples)
{ %>
">
<%= example.Replace(" Example.zip", "") %>
<% } %>
<% } %>
Read the editor
API Documentation
© Ascensio System SIA <%= DateTime.Now.Year.ToString() %>. All rights reserved.