Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Also: does it work as expected in Adobe Acrobat ?
Copy link to clipboard
Copied
Yes it is working in adobe acrobat.
Copy link to clipboard
Copied
I set break point all across PIMain and it's not breaking. No idea whats going on
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Hi
I copied the .api file to the plugins folder. That fixed it.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now