How to open .rtf file in my iphone application
This sample might give you an idea
Related
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
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/
I want to create an app which opens image from email attachment. Here I able to open pdf which is an attachment to my email, I know the setting in info.plist only for open pdf file through my app. Can anyone tell me how to open png or jpg format image through app?
Can anyone tell me setting in info.plist for opening images through app?
Check out this answer regarding how to associate file types with an application:
How do I associate file types with an iPhone application?
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
i am new to iPhone
i want to ask that what is the compressed file format which is supported on iPhone. Also how can extract this file programmatically.
The following open source project at Google Code definitely works. I've used it in 2 apps myself:
http://code.google.com/p/ziparchive/
and the following discussion shows some example usage:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/7615-simple-objective-c-class-zip-unzip-zip-format-files.html