Skip to content
Peter Böthig edited this page Apr 30, 2017 · 5 revisions

Welcome to Indd-Proxy

Feel free to contribute and evolve this Project.

Command Docs: https://github.com/pboethig/Indd-Proxy/wiki/Command-payloads

Peter

As a backend base to colaborate on marketing materials like flyer, posters, businesscards there is a need to centralise all designarts from Indesign and share it accross your projects. With Indesign itself that is a painfull marketingproccess. IndesignServer is a ui less version of Indesign, so you can compute your requests to this server and the server responds his dones. For that you need something like a service-facade, which interacts with the IndesignServer.dll and exchanges commandmessages from the webclient and the other way arround. Here comes Indd-Proxy into the game. It takes json payloads with commands for the server like "exporting as pdf, set a new image on a specific frame, set a new text etc". After Indd-Proxy finished his task, he will notify the client with a http request and a client defined payload, so called webhooks.

Clone this wiki locally