I want to open pdf file through my Windows Phone app. How Can I achieve that? Is there any api to do so?
Pdf file will be in my project folder. I just want to open it through any application installed in phone (i.e. adobe reader).
The link shows a solution to launch a remote file (on a server with a web address) as well as a locally downloaded file (in Isolated Storage.) I'm not sure if it'll work with packaged file in the app, but you can easily just copy that file to the IsoStore first.