how can I load an pdf file from an server in my apllication? I find only descriptions who this works for a local pdf file.
Nils
You have to download first the PDF file to local storage and then load it in your application. Use the NSURLRequest, NSURLConnection classes to download the PDF file and then use your PDF framework to load the PDF file.