Home > Mobile >  View PDF File using Windows Form C# from Remote URL
View PDF File using Windows Form C# from Remote URL

Time:01-28

I'm looking for a solution , I want to view a pdf file on a windows form C# from a remote server / url.

Is this doable?

CodePudding user response:

Check this out. I'm using the enter image description here and the best place to see starter and example code is at

https://docs.microsoft.com/en-us/microsoft-edge/webview2/code-samples-links#sample-code-for-get-started-guides

the github location is

https://github.com/MicrosoftEdge/WebView2Samples

  •  Tags:  
  • Related