Skip to main content
Participant
January 21, 2014
Question

Ho to enable Plugin in adobe reader

  • January 21, 2014
  • 2 replies
  • 1301 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.

DavidQ132Author
Participant
January 21, 2014

I set break point all across PIMain and it's not breaking. No idea whats going on

DavidQ132Author
Participant
January 26, 2014

Breakpoints don't always work, so try putting a message in the very first initialisation.

Also: what kind of toolbar? What version of Acrobat are you testing in?


What is the first initialisation. I'm having problems deploying mi .api file. It's not getting picked up by adobe reader ani I don't have the luxury of debugging