1

I'm a .NET developer; I need to open PDF files inside the user interface of my application. It's a standalone application (not a web application) running in Windows Vista; it's written in C# and uses WPF (Windows Presentation Foundation) technology for the UI. I'd like to use an ActiveX control (which could already reside in my pc). I have Adobe Reader 8.0, but I seem to understand that Adobe Acrobat is required (see one of the answers at Opening a pdf in .NET). Could anyone just confirm that Adobe Reader is not sufficient? This is, of course, the first point to clarify. If so: are there any free ActiveX controls that I could download? Thank you very much in advance for your help!

4

1 回答 1

2

我认为您需要的是 Adob​​e Acrobat SDK,可在此处免费下载。

其中包含诸如 AxAcroPDFLib.AxAcroPDF 之类的类,您可以访问它们,如您提到的讨论链接中所示。

恐怕我自己没有使用过它,所以我不知道用户会有什么要求,但希望这可以为您指明正确的方向。

于 2012-11-13T11:03:31.417 回答