Quote:
Originally Posted by Jupiterus
Please let me know how can I open word document and display its content?
If there is an example please share
|
[myWebView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"mywordfile" ofType:@"doc"]isDirectory:NO]]];
basically: load doc on uiwebview