iphone Converting PDF/DOC files to iphone app
Posted
by satyam
on Stack Overflow
See other posts from Stack Overflow
or by satyam
Published on 2010-04-20T10:54:55Z
Indexed on
2010/04/20
11:13 UTC
Read the original article
Hit count: 364
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?
© Stack Overflow or respective owner