I want to create some simple documents (basically text, footer, maybe some titles, etc) programatically.
The problem is that I am not using .NET. I am in iOS so I cannot use the official SDK
Is there any library in C, C++, or maybe Obj-C that could help? I know that *.docx is XML so I should be able to write it myself but I would rather not re-invent the wheel if there is something handy out there.