如何在 iPad 应用程序中编辑 MSWord 文档

发布于 2024-10-05 12:31:24 字数 117 浏览 0 评论 0原文

似乎有 iPad 应用程序可以编辑 MSWord 文档,例如“Pages”。我的问题是如何以编程方式实现这一点?这些应用程序是使用 OpenXML 来执行此操作还是有其他方法可以执行此操作。 API 还是什么?提前致谢。

There appears to be iPad applications that can edit MSWord documents such as "Pages". My question is how can this be accomplished programmatically? Are these apps using OpenXML to do this or is there another way to do it. An API or something? Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

囚你心 2024-10-12 12:31:24

这些应用程序(例如 Pages)使用私有代码来读取文档并对其进行编辑。目前,iPhone SDK 还没有 OpenXML 库。 iOS 提供了一种使用 UIWebView 来显示文档(doc、ppt、xls、pdf)的方法,但没有其他 API。

开发一个文字编辑器是一个真正的挑战,我们做了一个小型的富文本编辑器,这是一个非常有趣的项目。

祝你好运!

These applications such as Pages use private code to read documents and edit it. At this time there is no OpenXML library for the iPhone SDK. The iOS provides a way to display documents (doc, ppt, xls, pdf) by using the UIWebView but no other API.

Developing a word editor is a real challenge, we did a small rich text editor and it was a very interesting project.

Good luck!

娇女薄笑 2024-10-12 12:31:24

现在,您可以显示一个按钮,允许用户按下该按钮并将文档发送到另一个应用程序进行编辑,可以将文件发送到的应用程序列表由 Apple 代码管理,因此您无需执行太多操作。谷歌“ios文档控制器”

You can now show a button which will allow the user to press it and send the document to another app for editing, the list of apps the file can be sent to is managed by Apple code, so you don't have to do much. Google "ios document controller"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文