Execute a jsx file on start
I would like to pass a jsx file as a paramter to indesign like C:\PROGRA~1\Adobe\ADOBEI~4\InDesign.exe -s "jobXml=D:\CheckX\job1.xml" -r "D:\CheckX\app.jsx"
The app.jsx gets the job1.xml like app.scriptArgs.getValue("jobXml"); and opens a template, and so on.
But Indesign messages "cannot open the file adobe indesign may not support the file format a plug in....."
Is there a solution to the above issue or could i open an Indesign 2025 object in C#
