I would like to develop an application based on InDesign Server
in C#
over COM
. At the moment I'm struggling with the ideal setup as I can't find a proper ~interop.dll
that I could reference from my source repository (for other developers to be able to code against InDesign Server
classes, structs etc.). I'm starting to believe that actually there is no such thing, meaning that each and every developer would have to install a trial
version of InDesign Server
and register it in Visual Studio
through COM
wrapper. Can someone point me into the right direction?
Thx in advance!