ONLYOFFICE 5.5 API变化

Changelog

The list of changes of ONLYOFFICE Document Server API.

Version 5.5

  • Added the editorConfig.customization.spellcheck field.
  • Conversion document, spreadsheet, presentation to pdfa format.
  • Added the events.onRequestCompareFile event.
  • Added the setRevisedFile method.
  • Token in methods parameters.
  • The document.permissions.changeHistory field is deprecated, please add the events.onRequestRestore field instead.
  • Added the editorConfig.customization.goback.requestClose field.
  • Added the events.onRequestSharingSettings event.
  • Added the editorConfig.customization.unit field.
  • Added the region field.
  • Added the spreadsheetLayout field.
  • Added input error for conversion.
  • The events.onRequestSendNotify event and the events.onRequestUsers event can be set independently.
  • Added the editorConfig.customization.mentionShare field.
  • The callbackUrl is selected based on status.

根据官方的说法,大家最关心的——关闭拼写检查,文档对比功能新鲜出炉了。

Since version 5.5, callbackUrl is selected depending on the status of the request. Starting from version 4.4 to version 5.5, callbackUrl is used from the last user who joined the co-editing. Prior to version 4.4, when co-editing, callbackUrl is used from the user who first opened the file for editing.

从5.5版本开始,callbackUrl会根据请求的状态被选择。从版本4.4到版本5.5,最后一个加入共同编辑的用户使用callbackUrl。在4.4版本之前,当共同编辑时,callbackUrl是由第一次打开文件进行编辑的用户使用的。

你可能感兴趣的:(golang,工程师知识管理系统,onlyoffice)