Skip to main content
Inspiring
April 26, 2013
Question

[CS5.5] [AS] Change color settings

  • April 26, 2013
  • 1 reply
  • 712 views

Hi,

Does anyone know how to change the Indesign color settings? I would like to switch presets...

Currently I'm using ...

tell application "Adobe InDesign CS5.5"

          set the CMS settings of color settings to "Europe Prepress 3"

end tell


... but it didn't work... I error is trown: "The property is not applicable in the current state"

No file is open and I can change the setting manualy...

How do I fix this?

Thanx


This topic has been closed for replies.

1 reply

Inspiring
April 26, 2013

Hum… that executes just fine here using CS5

Inspiring
April 26, 2013

Hi Mark,

I found the problem/solution.

Indesign indicated that my color settings in CS was not synchronised using Bridge.

After I synced the color settings, I was able to change the color setting preset using applescript.