如何在 iOS 应用程序中创建 .doc 文件或文字处理器?
我正在 IOS 应用程序中寻找word 文件处理。我在谷歌上挖掘了很多东西,发现word文件是基于OOXML。 iOS 可以遵循这种格式。如果有人有想法,请参考我。
然后我尝试找到另一种方法来更改 .doc 文件的样式。我发现,我们可以使用 JavaScript。但仍然不知道如何将这个 .html 文件存储在 .doc 中。
如果有人对文字处理器有任何想法,请指导我如何在 Objective C 中实现任何帮助,我们将不胜感激。
谢谢,
I am looking for word file processing in IOS application. I digging many things on google from that i found word file is based on OOXML. It`s possible for iOS to follow this format.Then please refer me if anyone have idea.
Then i tried to found another way to changes styles of .doc file. and i found, we can perform such thing in UIWebView using JavaScripts on .html file. But still not get how to store this .html file in .doc.
if anyone have idea regarding word-processor then guide me how it`s possible in objective C any help appreciated.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 libopc 开源库,根据其网站,该库是:
ISO/IEC 29500 规范 (OOXML) 的第二部分 (OPC) 和第三部分 (MCE) 的
Try the libopc open source library, which according to their website is a:
implementation of Part II (OPC) and Part III (MCE) of the ISO/IEC 29500 specification (OOXML).