Skip to main content
Inspiring
January 21, 2021
Question

Example using Indesign server

  • January 21, 2021
  • 1 reply
  • 368 views

Hi,

 

With this post I would like to ask if someone can point me to an example project using Angular, Java, Spring Boot and Indesign server. Nothing to fancy, just updating a file and sending a preview to the browser. Does Adobe or someone else provide such a sample project? 

 

I know how to use indesign server, but building scalable architecture for the web which uses Indesign server is quite new to me.

 

Thanks

 

This topic has been closed for replies.

1 reply

Loic.Aigon
Legend
January 22, 2021

The InDesign Server SDK has samples for JAVA but I don't think there is one for Angular that I know of.

However once that said, IDS can be driven through SOAP requests and I can see that there is at least this Angular "SOAP" library : https://github.com/lula/ngx-soap

So it may be worth a try. Let us know.