Skip to main content
Participant
January 21, 2014
Question

Ho to enable Plugin in adobe reader

  • January 21, 2014
  • 2 replies
  • 1302 views

Hi

I have sucessfully enabled my plugin for adobe reader X (stated in the console window), using the signplugin exe and the associated files. The problem is that I cannot see my toolbar anywhere. I have added the "READER_PLUGIN" preprocessor definitions.

I would greatly appreciate help

Thank you.

This topic has been closed for replies.

2 replies

January 21, 2014

You need to make the button external if you are in a browser interface or embedded interface.

http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/Plugins_Toolbutton.38.12.html

If not then you need to make sure the internal setting is designated.

DavidQ132Author
Participant
January 23, 2014

Hi

I copied the .api file to the plugins folder. That fixed it.

Legend
January 21, 2014

Are you absolutely sure it is initialising? For instance, can you see a menu item it added? You can also try adding a message in post-initialisation.

Sometimes one has to use the debugger and step through the initialisation routines in PIMain.

Legend
January 21, 2014

Also: does it work as expected in Adobe Acrobat ?

DavidQ132Author
Participant
January 21, 2014

Yes it is working in adobe acrobat.