Reply To: Script to remove Tracking/Kerning from a Document

#67013
Masood Ahmad
Participant

Hurray…. I got it… Here is the script…

tell application “Adobe InDesign CS5”
tell active document
set applied language of every story to “English: UK”
set tracking of every story to 0
end tell
end tell

This article was last modified on February 7, 2014

Comments (0)

Loading comments...