Skip to main content

Getting Started

  1. First, you need to understand the Basic Concepts of the Document Platform.

  2. To call the Document Platform's online editing/preview services, both the business system's frontend pages and backend services need to be adapted. If you prefer to develop more backend interfaces to complete the integration, please refer to Standard Integration. If you prefer more integration code to be completed on the frontend, please refer to Frontend Integration.

  3. After determining to use the standard integration solution: 3.1 You need to configure the basic information of the integration application on the Document Platform's management console. Standard Integration Configuration 3.2 Development of business system server-side interfaces. The business system needs to complete Basic Callback APIs 3.3 The business system frontend page builds an iframe at the location where file online editing or online preview needs to be displayed, with the iframe src pointing to the Document Platform's online editing and preview address.

  4. After determining to use the frontend integration solution: 4.1 You need to configure the basic information of the integration application on the Document Platform's management console. Frontend Integration Configuration 4.2 Development of business system server-side interfaces. The business system's server side needs to support at least:

    • API for generating online preview/editing URLs;

    • Document download API;

    • Document upload API;

    4.3 The business system frontend page builds an iframe at the location where file online editing or online preview needs to be displayed, with the iframe src obtained from the business system server.

Authentication Related

How to authenticate when the business system calls the Document Platform's online editing/preview services. Please refer to Security Mechanism