Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Ho to enable Plugin in adobe reader

New Here ,
Jan 21, 2014 Jan 21, 2014

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.

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 21, 2014 Jan 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 21, 2014 Jan 21, 2014

Also: does it work as expected in Adobe Acrobat ?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 21, 2014 Jan 21, 2014

Yes it is working in adobe acrobat.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 21, 2014 Jan 21, 2014

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 21, 2014 Jan 21, 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 26, 2014 Jan 26, 2014
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 21, 2014 Jan 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 22, 2014 Jan 22, 2014

Hi

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines