Launch msoffice document viewer from iOS user application

I am developing an application that downloads MS Office documents (PowerPoint, Word) from a server and launches a viewer such as Documents to Go.

Can I download PowerPoint from the server to HTTP, save it to the iPad and transfer the URL of the document to the PowerPoint application when it starts from my user application? I know that I can launch the application through a custom URL scheme, but do you know about a viewer that can be called up using a URL scheme with the location of the file to display passed in the parameter?

+3
source share
2 answers

, .ppt, . UIWebView.

UIWebView

0

, URL-, / . UIDocumentInteractionController. SO:

" ..." iOS

0

All Articles