如何在Windows应用商店的C#中打开PDF文件

如何在Windows应用商店的C#中打开PDF文件

问题描述:

我的Windows 8商店应用程序中有一个pdf文件。如何在c#中打开它。

视觉工作室2012的Windows应用程序的xaml空白页。

I have a pdf file in my windows 8 store app. how to open it in c#.
Blank Page of xaml of windows store apps of visual studio 2012.

任何努力?



互联网上有很多类似的尝试和例子。



看这里:



http://*.com/questions / 13118338 / how-to-open-pdf-files-in-windows-8-application-using-c [ ^ ]



https://code.msdn.microsoft.com/windowsapps/PDF-viewer-sample- 85a4bb30 [ ^ ]



否则,你也可以使用 Windows Reader应用程序 [ ^ ]或者只需在网络浏览器中打开它即可保持简单。
Any effort?

Internet is full of similar attempts and examples.

Look here:

http://*.com/questions/13118338/how-to-open-pdf-files-in-windows-8-application-using-c[^]

https://code.msdn.microsoft.com/windowsapps/PDF-viewer-sample-85a4bb30[^]

Otherwise, you could also use Windows Reader App[^] or to keep it even simple just open it in the web browser.