Copy link to clipboard
Copied
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);
It's designed to open. JavaScript doesn't work on invisible windows.
Copy link to clipboard
Copied
It's designed to open. JavaScript doesn't work on invisible windows.