Overview
Business systems can not only use the Document Platform to edit and preview documents in the business system online, but business system pages can also use the Document Platform's JS SDK API to interact with the embedded Document Platform online editing or preview pages. For example: get the content of specified bookmarks in text documents; get the content of specified cells in spreadsheets; highlight certain specific text in text documents;
Usage Scenario Examples
- Business system pages have buttons such as print, save, submit, etc. When users click these buttons, they want to act on the embedded online editing document to implement corresponding functions.
- When business systems edit text documents online, they want to automatically enable revision mode. Business systems can call JS SDK API to automatically enable revision mode for the currently editing document.
- When business systems first open a text document, they want to automatically bring in content for specified bookmarks. Business systems can use the JS SDK's bookmark application API capability to complete this function.
- When business systems open a text document, they need to automatically highlight certain sensitive words. Business systems can use the JS SDK's highlight API capability to complete this function.
- When business systems edit a document, they need to automatically insert a specified seal or signature image at the current cursor position in the document. Business systems can use the JS SDK's insert image API capability to complete this function.