Displaying a pdf file from Winform

前端 未结 11 1117
醉梦人生
醉梦人生 2020-12-09 03:03

I\'m just creating a simple calculator in C# (windows form)

I\'ve created a \"User Help\" which is a pdf file, what I want is to display that pdf file if the user cl

11条回答
  •  时光取名叫无心
    2020-12-09 03:28

    I would suggest converting your pdf file to a Microsoft help file, so that you don't need to have Adobe Reader installed (it's buggy, and has way too much security issues). You cannot expect users to have this.

    In reply to the starter's comment:

    Yes you would need to create your help file as an HTML document instead of a pdf. There is no easy way to convert pdf to HTML.

提交回复
热议问题