简体   繁体   中英

Using Adobe plugin in WebBrowser Control

I have been trying to enable commenting in Adobe plugin in ac# WinForm, but I couldn't find a way. I even started a bounty on another question, but I didn't get any help ( Enabling annotation in Adobe AxAcroPDFLib ).

So I wonder if it is possible to use the browser plugin version in a WebBrowser control in a C# WinForm. If so, can I then use Javascript with this plugin, for example:

Collab.showAnnotToolsWhenNoCollab = True

Please provide sample code if possible.

Your best bet is probably going to be using PDFium for that https://www.nuget.org/packages/Pdfium.Net.SDK/ .

There are a number of .NET viewers like this built around the PDFium binaries, https://www.nuget.org/packages/PdfiumViewer/ .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM