Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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,

share|improve this question
refer stackoverflow.com/questions/6873583/… – Maulik Jan 12 '12 at 12:46
but i have to perform all styling functionality like MS-Word. not only add text. if you work on it and have any good reference then tell me. – AJPatel Jan 12 '12 at 13:38

1 Answer

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

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

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.