How to Launch a PDF from a UWP (Universal Windows Platform) Web Application

后端 未结 3 1271
小蘑菇
小蘑菇 2020-12-21 14:15

I\'ve converted an existing web application (HTML5, JS, CSS, etc.) into a Windows UWP app so that (hopefully) I can distribute it via the Windows Store to Surface Hubs so it

3条回答
  •  悲&欢浪女
    2020-12-21 15:08

    You will want to use the PDF APIs https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/PdfDocument/js

    https://github.com/Microsoft/Windows-universal-samples/blob/master/Samples/PdfDocument/js/js/scenario1-render.js

    Are you simply just trying to render a PDF file?

提交回复
热议问题