Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

assigning profiles

Community Expert ,
Jul 19, 2008 Jul 19, 2008
A lot of the threads in this forum seem to concern text-editing but in my job we have different priorities, namely prepress-concerns.
Many of our customers work in obsolete color-spaces and anyway we often have to output for different print-conditions, so correcting the color-settings manually on numerous files can be somewhat boring
So could any of You provide me with a clue concerning assigning profiles to a document with JavaScript?

Thanks for any suggestions
pfaffenbichler
TOPICS
Scripting
419
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 20, 2008 Jul 20, 2008
LATEST
Found it:
var myDocument = app.activeDocument;
myDocument.rgbProfile = "eciRGB v2";
myDocument.cmykProfile = "ISOnewspaper26v4";
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines