用于实现 Web 应用程序的文档编辑和查看功能的 API?
我正在寻找 API 来为网络应用程序带来在线文档编辑功能 - 有什么建议吗?选择标准取决于以下因素
- 支持编辑常见文档格式(doc、docx)
- 支持查看常见文档和演示文稿格式(doc、docx、pdf、ppt、pptx)
- API 应易于从 ASP.NET 访问环境
- 我们不是在寻找数据托管 - 数据/文档将保存在本地存储库中。 API/相关框架应该具有一些功能来从存储加载文档,为用户提供 UI 来编辑它们,并将它们保存回存储。
- 编辑器/视图组件应该能够跟踪用户注释文档的特定部分等
我正在评估的一个选项是 Zoho Remote API - http://apihelp.wiki.zoho.com/Zoho-API-Program---Overview.html
我想了解
- 什么 任何类似的 API(建议、链接等)
- 您的任何经验(问题、问题)在 ASP.NET 中使用 Zoho API
- 在 Web 应用程序中集成文档编辑/查看时遇到的常见挑战
I'm looking for APIs to bring online document editing features for a web app - Any suggestions? The criteria of selection depends on the following factors
- Support for editing for common document formats (doc, docx)
- Support for viewing common document and presentation formats (doc, docx, pdf, ppt, pptx)
- The API should be easily accessible from ASP.NET environment
- We are not looking for data hosting - The data/documents will be kept in the local repository. The API/Related framework should have some functionality to load the documents from a store, provide a UI to the user to edit them, and save them back to the store
- The editor/view component should be able to keep track of user annotations on a specific part of document etc
One option I'm evaluating is Zoho Remote API - http://apihelp.wiki.zoho.com/Zoho-API-Program---Overview.html
What I Would like to know
- Any similar APIs (Suggestions, links etc)
- Any experience you have (issues, problems) with Zoho API in ASP.NET
- Normal challenges in integrating document editing/viewing in web apps
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否考虑过 Google 文档?
Have you considered Google Docs?