如何在iOS应用程序中创建.doc文件或文字处理器?

问题描述:

我在IOS应用程序中寻找 word文件处理。我在google上挖掘了很多东西,我发现word文件是基于 OOXML 一>。 iOS有可能遵循这种格式。如果有人有想法,请转介我。

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.



然后我试图找到另一种方式更改.doc文件的样式。我发现,我们可以使用 JavaScripts 。但仍然没有得到如何在.doc中存储这个.html文件。


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.



如果有人对字处理器有所了解,那么请指导我如何在目标C中可能有任何帮助。


if anyone have idea regarding word-processor then guide me how it`s possible in objective C any help appreciated.

谢谢,

试试 libopc 开源库,根据他们的网站是:

Try the libopc open source library, which according to their website is a:


  • 符合ISO / IEC 29500标准,

  • 跨平台,

  • 开源,

  • 标准C99

  • ISO/IEC 29500 standard conformant,
  • cross-platform,
  • open source,
  • standard C99-based

实施ISO / IEC 29500的第II部分(OPC)和第III部分(MCE)规范(OOXML)。

implementation of Part II (OPC) and Part III (MCE) of the ISO/IEC 29500 specification (OOXML).