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

Latest SDK for Adobe DC pro with 64 bit version unable to download

New Here ,
May 11, 2023 May 11, 2023

Hi Team,

 

I'm unable to download the Adobe SDK as the link showing "the Site can't be reached" as below screen shot attached

HenryHeselden_0-1683804202483.png

Could you please resolve it for me.

TOPICS
Install update and subscribe to Acrobat
2.1K
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
2 ACCEPTED SOLUTIONS
LEGEND ,
May 11, 2023 May 11, 2023

That link and site are working for me (a few minutes later). Have another go. If it still doesn't work, maybe your company, ISP or country is blocking access. You can read the docs here if you don't need to download header files for plug-ins: https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/

View solution in original post

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 ,
May 12, 2023 May 12, 2023

Make sure you are building a 64 bit plug-in. You will need both (32/64 bit) for your end-users. They will both be *.api files, hard to tell apart unless (recommended) you change the name eg Myplugin64.api. 

View solution in original post

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 ,
May 11, 2023 May 11, 2023

That link and site are working for me (a few minutes later). Have another go. If it still doesn't work, maybe your company, ISP or country is blocking access. You can read the docs here if you don't need to download header files for plug-ins: https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/

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 ,
May 12, 2023 May 12, 2023

I have managed to download the SDK in the given link. But even after that my Plugin not displaying in the Adobe software. Below the screen shot for your reference

HenryHeselden_0-1683886601837.png

 

And also as of now I'm using the Trial Version (for 7 days), is this anything I need to update from my end due to this. But existing in  previous version of Adobe its working fine, I can able to see my New Menu after Help. Could you please help me on this. Thank you in advnace.

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 ,
May 12, 2023 May 12, 2023

Make sure you are building a 64 bit plug-in. You will need both (32/64 bit) for your end-users. They will both be *.api files, hard to tell apart unless (recommended) you change the name eg Myplugin64.api. 

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 ,
May 12, 2023 May 12, 2023

Hi Team, Many thanks for your input and now its displaying in the main Menu. But we are facing an issue with registering assembly and my code below:


IFormInterface *cpi = NULL;
//Initialise COM and create an instance of the FormImplementation class
CoInitialize(NULL);
HRESULT hr = CoCreateInstance(CLSID_FormInterface,
NULL, CLSCTX_INPROC_SERVER,
__uuidof(IFormInterface), reinterpret_cast<void**>(&cpi));
 
Its getting error while registering. Could you please help me on this.
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 ,
May 12, 2023 May 12, 2023
LATEST

We are not a team! You should probably post in the Acrobat SDK forum you are more likely to reach experts. I have no knowledge about the code you use, it is not part of the Acrobat SDK. CLSID_FormInterface is not known to Google. 

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