There is easy way to view any kind of file in iPhone. I thought it would better to write this blog to answer the question "If there is any way to view Pdf, Doc, Docx etc... files in iphone?" in web.
First you have to load the file you need to view to memory and then you can load the file into UIWebView. The rest is handled by the UIWebView and you don't want to warry about that. If you need any clarification regarding this you can contact me directly by my email (thanuka.sp@gmail.com).

Custom Search
Showing posts with label PDF File. Show all posts
Showing posts with label PDF File. Show all posts
Thursday, October 1, 2009
Wednesday, September 30, 2009
How to dispaly PDF files in iPhone
It is easy to display PDF files in iPhone. But you need some knowledge about Quartz 2D frame work.
Only thing you have to do is you need to load the pdf file to memory as needed (like page by page as they want). Then Quartz 2D provide function to draw the page as it is on UIView.
Only thing you have to do is you need to load the pdf file to memory as needed (like page by page as they want). Then Quartz 2D provide function to draw the page as it is on UIView.
Subscribe to:
Posts (Atom)