displaying a pdf on a windows form?

前端 未结 3 989
小鲜肉
小鲜肉 2021-01-02 11:29

in vb.net is it possible to display a pdf file on a form?

相关标签:
3条回答
  • 2021-01-02 12:04

    If you're looking to display a PDF without needing Acrobat Reader installed on a client machine, take a look at this:

    PDF Viewer Control Without Acrobat Reader Installed

    I haven't tried it yet but probably will.

    0 讨论(0)
  • 2021-01-02 12:06

    yes, but you will end up using a COM+

    0 讨论(0)
  • 2021-01-02 12:07

    A quick hack for this would be to use a WebBrowser control (assuming the client has Adobe Reader installed) and navigate it to the PDF file you want to display.

    0 讨论(0)
提交回复
热议问题