axacropdf

AxAcroPDF swallowing keys, how to get it to stop?

一笑奈何 提交于 2019-12-01 06:19:17
问题 The AxAcroPDF swallows all key-related events as soon as it gets focus, including shortcuts, key presses, etc. I added a message filter, and it doesn't get any key-related messages either. It's a COM component, could that be relevant? Is there any way to catch these before the control starts swallowing them? 回答1: Hans is correct, the Acrobat Reader spawns two child AcroRd32 processes which you have no direct access to from within your managed code. I have experimented with this and you have

Enabling annotation in Adobe AxAcroPDFLib

五迷三道 提交于 2019-11-29 09:30:16
I embedded a PDF viewer in a C# Winform using AxAcroPDFLib . However, the annotation buttons in the toolbar (comments...) are disabled. I searched and found that they are disabled by default, but some reported enabling them using Javascript: Collab.showAnnotToolsWhenNoCollab = True Is there a way to do this here? Edit: Is it possible to use the browser plugin in a WebBrowser Control? If so, how can this be done? cokeman19 Update - The first section is relevant only to Acrobat Reader. For information on when using full versions of Acrobat, see the second section. Acrobat Reader I'll preface all

Enabling annotation in Adobe AxAcroPDFLib

我与影子孤独终老i 提交于 2019-11-28 02:57:47
问题 I embedded a PDF viewer in a C# Winform using AxAcroPDFLib . However, the annotation buttons in the toolbar (comments...) are disabled. I searched and found that they are disabled by default, but some reported enabling them using Javascript: Collab.showAnnotToolsWhenNoCollab = True Is there a way to do this here? Edit: Is it possible to use the browser plugin in a WebBrowser Control? If so, how can this be done? 回答1: Update - The first section is relevant only to Acrobat Reader. For