开发者

Open local docx, pptx and pdf in Windows Phone 7

开发者 https://www.devze.com 2023-04-01 13:20 出处:网络
I\'m writing an app which need to support view docx, pptx and pdf in the app. I know the WebBrowserT开发者_Python百科ask can redirect those documents to be opened by approperiate app. However, how can

I'm writing an app which need to support view docx, pptx and pdf in the app. I know the WebBrowserT开发者_Python百科ask can redirect those documents to be opened by approperiate app. However, how can I open those documents if they were downloaded in the isolated storage. It seems that the WebBrowserTask only support http/https protocol, but not local files. Anyways to open those files? Thanks.


Anyways to open those files?

No.

:(


Currently there is no way to do this. The only way to solve this is by having the documents online somewhere and providing the WebBrowserTask with a direct url. Like you already mentioned this does not work with IsolatedStorage.

0

精彩评论

暂无评论...
验证码 换一张
取 消