i've a problem in converting pdf to any other开发者_Python百科 formats which is supported by ipad.I tried svg and epub but everything has some drawback. Can any one suggest me software which is comaptable for ipad and memory aspects?
Thank you all.....
hi every one finally i got solution for this question.directly we can read and display pdf.there is no issue with that. thank you all.
You might look at UIWebView. I have read that it can be used to view PDFs, though there are postings about performance issues. You might also look at the Quartz 2D Programming Guide's section on opening and viewing PDFs.
And, finally, there's the ZoomingPDFViewer sample code. (Which requires iOS 4.0 or later.)
I know were looking for non-PDF formats that are supported on iPad. But it looks like PDF is supported on the iPad - and with the advent of iOS 4.2 very soon, even this Zooming PDFViewer should work on iPad.
精彩评论