How to convert .html into .docx in iPhone sdk - iphone

I am working on editor application. I am able to create editor & I generated html file from
RichText using webView. Now client wants to save this html file into .docx format.
I searched too much in iOs sdk to convert .html into .docx but could not found any help.
During search I found following link
http://htmltodocx.codeplex.com/
This is a php file.
Now I want integrate this file in my xcode.
Now my problem is that how I integrate this php code file in iOs?
OR is there any other option to generate .docx file from .html file in iOs?
Any help or idea would be geat.
Thanks

Related

Cannot open .docx or .xlsx files in iOS 7 SDK, still working fine with others like .doc, .xls, .rtf, .txt etc file format

I want to open .docx and .xlsx files (newer version of Ms-Word after office 2007). I had already tried with loading files with path on UIWebView and QLPreviewController in iOS SDK. These frameworks works with .xls, .doc, .txt, .rtf, all Image file formate and audio and video file formates but cannot open file of format .docx, xlsx.
How can I achieve this.
It doesn't support it out of the box. You will need to use a library; a typically used one is libopc

How can create and read ePub file programmatically in iphone

I want to create and read ePub file using some information programmatically in iPhone. Please help me how can create and read ePub file.
Get this epub-checker app for generating epub file easy way
http://www.pagina-online.de/produkte/epub-checker/

how to open .dwg files?

I am writing an application to open and read a .dwg file in android os.
the IDE I am using is eclipse
I wanted to know if I had the source code of a reader or a . har file, then how to include it in my application.
Can somebody help?
You have to convert it (dwg/dfx) into pdf and then use a pdf viewer to view it in android

how to open the url from a .pdf file through xcode programming

i'm trying to get the url from a pdf files so that if a user double taps the url on the pdf file, it opens in a new web page.... how can i do it ? any suggestions ? i'm using Xcode 3.2 version.
Apple provide the PDFKit API which you might want to use rather than wrting your own PDF parser.

Find text in pdf file

How can I extract text from a PDF file using the iPhone SDK and Objective C?
I have successfully read the PDF file, so does anyone have an idea how I can implement this functionality?