Beenden
  • Globale Community
    • Sprache:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

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

Neu hier ,
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.

THEMEN
Update installieren und Acrobat abonnieren
2.3K
Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
2 AKZEPTIERTE LÖSUNGEN
LEGENDE ,
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/

Lösung in ursprünglichem Beitrag anzeigen

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
LEGENDE ,
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. 

Lösung in ursprünglichem Beitrag anzeigen

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
LEGENDE ,
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/

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
Neu hier ,
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.

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
LEGENDE ,
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. 

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
Neu hier ,
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.
Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
LEGENDE ,
May 12, 2023 May 12, 2023
AKTUELL

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. 

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines