Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Acrobat.CAcroPDDoc pdfDoc = (Acrobat.CAcroPDDoc)Microsoft.VisualBasic.Interaction.CreateObject("AcroExch.PDDoc", "");
在 .net 中我想使用acrobat.dll但不想安装整个 Adobe Acrobat 软件。
acrobat.dll
acrobat.dll 是 COM 还是 COM+ 并且您必须向 GAC 注册?如果没有,那就搞砸吧!!!我猜你想将你的应用程序部署到服务器上,但你不想在服务器上安装 Adobe Acrobat 阅读器,对吧?如果正确,只需将 dll 嵌入到您的包中并部署到服务器。