Get Started
Documentation
|
How to integrate online editors into your own web site on .Net (C#)IntroductionTo integrate ONLYOFFICE online editors into your own website on .Net (C#) you need to download and install ONLYOFFICE editors on your local server and use the .Net (C#) example for their integration.
The integration examples are used to demonstrate document editors functions and the ways to connect Document Server to your own application.
DO NOT USE these examples on your own server without PROPER CODE MODIFICATIONS!
This guide will show you the sequence of actions to integrate the editors successfully. Step 1. Download and Install Document ServerFirst, download the ONLYOFFICE Editors (the ONLYOFFICE Document Server). See the detailed guide to learn how to install Document Server for Windows or for Linux. Step 2. Download the .Net (C#) code for the editors integrationDownload the .Net (C#) example from our site. You need to connnect the editors to your web site. For that specify the path to the editors installation in the settings.config file: <add key="files.docservice.url.converter" value="https://documentserver/ConvertService.ashx" /> <add key="files.docservice.url.api" value="https://documentserver/web-apps/apps/api/documents/api.js" /> <add key="files.docservice.url.preloader" value="https://documentserver/web-apps/apps/api/documents/cache-scripts.html"/> where the documentserver is the name of the server with the ONLYOFFICE Document Server installed. If you want to experiment with the editor configuration, modify the parameters it the DocEditor.aspx file. Step 3. Install the prerequisitesTo run your website with the editors successfully, check if your system meets the necessary system requirements:
Step 4. Running your web site with the editors
Step 5. Checking accessibilityIn case the example and Document Server are installed on different computers, make sure that your server with the example installed has access to the Document Server with the address which you specify instead of documentserver in the configuration files. And you must also make sure that the Document Server in its turn has access to the server with the example installed with the address which you specify instead of example.com in the configuration files. If you integrated the editors successfully the result should look like the demo preview on our site. |
© Ascensio System SIA 2019. All rights reserved
|