Answered
prevent adobe from opening when executing a code
Good.
I would like to know how to avoid opening the acrobat window when executing the following code (JS)
var createdDocument = app.newDoc();
createdDocument.saveAs({cPath: ReleasePath});
createdDocument.closeDoc(true);
