Reply To: Apply color to all tracked changes in Story Editor

#93878
Peter Kahrel
Member

Condition highlights don’t show in a PDF.

If you want to apply a colour you can use this one-liner:

app.documents[0].stories.everyItem().changes.everyItem().characters.everyItem().fillColor = app.documents[0].swatches.item(‘C=0 M=100 Y=0 K=0’);

This uses the default colour ‘C=0 M=100 Y=0 K=0’ — make sure it’s there, or use any other colour.

Peter

This article was last modified on April 25, 2017

Comments (0)

Loading comments...