tags:

views:

4947

answers:

2

Hello,

I would like to create an application that downloads a PDF document from the Internet, and displays it to the user. I would like to re-use the iPhone's builtin PDF viewer that is used throughout the core apps to view a PDF document.

Is there a way to do that?

+7  A: 

You could just use UIWebView class to do that.

leonho
Is it possible to enable zooming like safari, and if not, how would one go about implementing this ontop of the webview?
Akusete
UIWebView automagically does that for you.
leonho
A: 

Hello, I would like to know how can I do if my pdf document is loaded from a database ?!