.NET open PDF in winform without external dependencies

后端 未结 9 1037
孤城傲影
孤城傲影 2020-12-08 22:46

Is there a FREE library which will allow me to open a pdf and show it on a winform project. I know I could open it in adobe reader or something but it always seems so bloate

9条回答
  •  爱一瞬间的悲伤
    2020-12-08 23:18

    Take a look at this. It requires quite a few libraries (including GhostScript), so it's not terribly light weight. But all dependencies included native reading of PDF. It's in VB--but could be translated if you need C#:

    http://www.codeproject.com/Articles/37458/PDF-Viewer-Control-Without-Acrobat-Reader-Installe

提交回复
热议问题