How to connect between AdobeIndesign and the application software(c#,.net)? I want create Preview of idml or indd file into application software? i can exacute idml or indd file of application software for edite in indesign? pleas help my. tanks.
Asked
Active
Viewed 341 times
1 Answers
1
Normally when you intend to drive InDesign as a service, you need to use the InDesign Server application. The SDK covers every aspects of interoperating with IDS from PHP, JAVA and C#. Using desktop for such purposes is somehow feasible technically but may violate the EULA if the automation isn't run by the licence owner himself.

Loic
- 2,173
- 10
- 13
-
Can I create an inddFile of InDesign server with SOAP, .net ? e.x: input some img output: indd file ? – sovran7571 Dec 14 '17 at 23:59
-
Probably as long as you can work with SOAP in .net. Once the SOAP concern solved, all you have to understand is that driving InDesign Server barely consists in giving the path to the jsx script to be executed and the possible arguments (in your case, the image file path). Be aware that InDesign can't work with http based urls for assets, so you will have a pass a local path reference. – Loic Dec 15 '17 at 13:28
-
I want to give a few photos to the indesign server and get an indd file output that the photos are arranged in.Instead of plugin .Because I wrote the plugin is hard. Is this possible? – sovran7571 Dec 15 '17 at 14:36
-
That mostly what InDesign Server is used for today. A lot of W2P solutions are built upon IDS to output Photobooks, brochures, business cards… – Loic Dec 17 '17 at 17:27