Skip to main content
Inspiring
December 9, 2022
Question

Adobe Acrobat plugins are not displaying.

  • December 9, 2022
  • 1 reply
  • 2602 views

Hi.

I'm developed Acrobat plugin using C++,. It was generating .Api file I'm able to see the functinalities in my system.

I'm using Adobe acrobat pro dc -32 bit. Path: C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\plug_ins

plugin name I'm able to see in my system, But I given same Api to another sytem with same configuration the developed plugin unable to see. can you please suggest what and changes need my visualstudio or anything

This topic has been closed for replies.

1 reply

Legend
December 9, 2022

1. Check that it is the same 32-bit/64-bit install. You will probably want to build both.

2. Check for DLL dependencies. The Microsoft tool DEPENDS.EXE is useful for that.

3. Check that the installed Acrobat is licensed, and is not running as Reader. Reader will not load your plug-in. Look at the title bar to see if it says "Reader".

Inspiring
December 11, 2022

1)The user pc installed in Acrobat 32 only, Its a licensed Acrobat-32bit, running is also acrobat only.

2)How to check Dll dependncies, how to and where to load depend.exe properties.

 

Legend
December 11, 2022