gpt4 book ai didi

ms-word - 没有 MS-FSSHTTP/COBALT 的 WOPI 实现

转载 作者:行者123 更新时间:2023-12-01 00:47:11 25 4
gpt4 key购买 nike

我们正在尝试实现 WOPI 主机,而不对我们的 Office Web Apps 服务器使用 CobaltCore dll。 (在 Java 中实现)。我发现的所有信息都表明您必须实现 MS-FSSHTTP 才能编辑 Word 文档。

但是,这是我在此页面上找到的:Integrating with Office Online

Integrating with Office Online is relatively simple. You just need to do some HTML and JavaScript work, and set up a few simple REST endpoints. If you are familiar with existing Office protocols, note that you don’t have to implement the [MS-FSSHTTP]: File Synchronization via SOAP over HTTP Protocol (Cobalt)



还有一个示例实现 here

但是当点击我们的 Office Web Apps Server 时我无法让它工作(标题 X-WOPI-Override 等于 Word 文档的 COBALT)。
  • 该页面上的信息是否仅适用于您点击 Office Online 的场景?
  • 是否有我必须在 Office Web Apps Server 上更改的设置,以便它的行为类似于 Excel 文件编辑?在 CheckFileInfo 上,我尝试设置 SupportsCoauth=false 和 SupportsCobalt=false
  • 最佳答案

    看起来我在问题中提到的文档/页面指的是 办公在线服务器 ... 这是 的替代品Office Web Apps 服务器 .

    我下载了 Office Online Server 的预览版 here

    当您比较两个版本的 discovery.xml 时,Word docx 编辑要求是不同的:

    Office Web Apps Server:
    <action name="edit" ext="docx" requires="locks,cobalt,update"

    Office Online Server:
    <action name="edit" ext="docx" requires="locks,update"

    我能够在不引用 Microsoft.CobaltCore.dll 的情况下实现 Word 编辑

    关于ms-word - 没有 MS-FSSHTTP/COBALT 的 WOPI 实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33554984/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com