Skip to main content

Overview

Filez Document Platform empowers third-party business systems with multi-user real-time collaborative online document editing capabilities, which users can use directly in their browsers. After private deployment, customers can quickly and easily integrate professional-grade online document editing capabilities into their own business systems.

How can business systems obtain Filez Document Platform's online editing and preview capabilities?

  1. Contact Filez staff through the official website (filez.com) to obtain the Filez Document Platform integration environment.
  2. The business system needs to implement some APIs on the server side for the document platform to call back, including at least document download and document upload interfaces.
  3. The business system needs to know the address of the document platform service, and based on the integration method, know the address for online editing or preview of the document platform.
  4. The business system needs to provide a page that can embed the online editing or preview page provided by the document platform as an iframe.
  5. Optional step. The business system page introduces the document platform frontend JS SDK, and interacts with the document platform page embedded as an iframe through the SDK.

Capabilities provided by the Document Platform

  • Online Preview: Supports online preview of files in business systems
  • Collaborative Editing: Supports multi-user real-time collaborative online editing of office format files in business systems
  • Server-side API: Server-side Open API, supports file format conversion, retrieval of specific file content, and operations on specific files
  • JS API: JS API works with online preview/editing pages. Business system pages can get/modify document content in online editing pages by calling JS API