Hello I was wondering if anyone knew if it was possible to launch an Adobe Photoshop or Illustrator application through a JavaScript script.
I know this is possible with the use of AppleScript ...
AppleScript example :
tell application "Adobe Photoshop CC"
activate
end tell
is there a way to do the same with JavaScript script ?
Please note that I am would like to execute this script file from a server via NodeJs child process and not from a browser