You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With javascript, is:
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
see: http://jongware.mit.edu/idcs6js/pc_ScriptPreference.html
So it maybe:
app.ScriptPreferences.UserInteractionLevel = 1699640946 # UserInteractionLevels.NEVER_INTERACT
Is there any way to avoid the missing references error message when opening a InDesign Document?
https://github.com/lohriialo/indesign-scripting-python/blob/master/OpenDocument.py
The text was updated successfully, but these errors were encountered: