iphone Converting PDF/DOC files to iphone app
- by satyam
I'm trying to convert a PDF/DOC file into iphone application.
For PDF, I'm using CGPDFDocument class and its crashing the application after some time. After googling I found that there's a bug with that framework.
So, is there any alternative to using webview to show PDF/DOC files as an iphone application?