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

On adding a third party plug-in, Adobe Acrobat DC not opening

Explorer ,
Sep 15, 2022 Sep 15, 2022

We have a plug-in application, which was implemented for 32 bit Acrobat was fine on the same.

Recently we got a requirement for 64 bit version of acrobat, so I followed the steps mentioned in 64 bit SDK and upgraded the same application for 64 bit acrobat.  I was able to compile the code and successfully created the plug-in, which I added to plug-ins folder of acrobat (say....  Adobe\Acrobat DC\Acrobat\plug_ins).  But when I try to open the acrobat, it is not opening the acrobat. (and when that plug-in removed from the folder, acrobat opening).

When I try to debug the code,  below things are shown.

PALAKSHAHurkadli_0-1663249063294.png

 

 

What causing the acrobat failing to open in my Plug-in application.

Please help me to sort out this issue.

TOPICS
Acrobat SDK and JavaScript , Windows
447
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 ,
Sep 15, 2022 Sep 15, 2022
LATEST

Try adding a MessageBox() call to the earliest possible point in the plug-in (PIHandshake maybe), to see if it is being loaded and started. If so, add another message at the entry and exit of each callback. (Or use the debugger, but first use a MessageBox() because it's very easy to fail to set breakpoints).

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