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?
source
share