Quote:
Originally Posted by sukumar_77
Thanks Daniel for your great work.
The same approach may be useful to read Microsoft Office Documents i.e. Word, Excel and PPT, if required.
|
Hello..
I cant view the pdf file.
I have used the same code which was give by you.i.e
NSString *pdfPath = [[NSBundle mainBundle] pathForResource:@"MyFilePDF" ofType:@"pdf"];
NSURL *pdfUrl = [NSURL URLWithString : pdfPath];
I am using MyFilePDF as a resource file.
I want to use excel file in my iphone application can u guide me please
I have used the following code..
NSString *xlsPath = [[NSBundle mainBundle] pathForResource:@"MyFileXls" ofType:@"xls"];
NSURL *xlsUrl = [NSURL URLWithString:xlsPath];
I am using MyFileXls as a Resource.
It is giving an error call bad execution.Can you tell me what mistake I am making.If you have a sample code then please give it to me or mail me at
hardikpatel1987.007@gmail.com