A web service w/ server processing job creating Adobe files from Adobe Script?
Can I leverage on the Adobe suite as a backend server engine to offer a webservice to create template files?
The idea is develop a webservice that takes a payload to generate a blank Illustrator file or PDF having some paths traced via Adobe scripting. The service will then return the generated file via (Content-Disposition: attachment; filename="filename.ai")
Notes:
- I'm not sure how to create a file via adobe scripting, I normally open Illustrator and execute Script and save/create the file via Illustrator App.
- I havent find anything like a SDK to integrate a possible webservice with Adobe Suite
- I see there's a Adobe Indesign server solution that look like it might be performing something like this.... but I'm afraid InDesign would not be the best App to manage a Canvas and Paths on it to create tracks for a template, personally I'm thinking Illustrator would be the best candidate App for this kind of usecase
Do you have Any experience, usecase, hint to share?
Many thanks