Copy link to clipboard
Copied
I am researching the possibility of developing a Plug In for InDesign and I have 4 questions:-
- all the documentation I have downloaded so far is many years old (e.g. 2012) is this typical of Adobe docs?
- if the documentation is generally this old, is this an issue with regards to being up to date?
- anyone aware of the ability to use C# as the underlying development base?
- if not can anyone provide useful links to C++ resources of any kind?
apologies for so many questions in one post.
thanks in advance
1 Correct answer
Hi @cliffc77641705,
The only available documentation is shipped with the SDK which can be downloaded from the following website
https://console.adobe.io/servicesandapis
Look in the docs/html folder, it has a bunch of HTML files. Open any and look at the index at the left side where you would find links for
- Getting Started
-
Plug-In Programming Guide I
- Plug-In Programming Guide II
Copy link to clipboard
Copied
Plugins are written in C++ only. It is best for this not to be your first C++ project.
Copy link to clipboard
Copied
Thanks TSN,
I haven't used C++ for many years so a little bit of catchining up to do.
thanks for the clarification
Copy link to clipboard
Copied
Hi @cliffc77641705,
The only available documentation is shipped with the SDK which can be downloaded from the following website
https://console.adobe.io/servicesandapis
Look in the docs/html folder, it has a bunch of HTML files. Open any and look at the index at the left side where you would find links for
- Getting Started
-
Plug-In Programming Guide I
- Plug-In Programming Guide II
Copy link to clipboard
Copied
Thanks Manan Joshi for the very useful comments and links, certainly enough to get me started.
Good to know that the documentation has remained valid in architectural terms.
Cliff

