Answered
Is it possible to enable and disable Track changes using a script in InDesign?
Is it possible to enable and disable Track changes using a script?
<Title renamed by moderator>
Is it possible to enable and disable Track changes using a script?
<Title renamed by moderator>
Yes, it can be done to all stories in the doc or a single story. To enable for all stories in doc:
app.activeDocument.stories.everyItem().trackChanges = true; //or false to turn off
Preferences can be set via script via app.trackChangesPreferences, the API for which is here.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.