Re: Applescript code for converting an InDesign CC2017 document from one color space to another
Re: Applescript code for converting an InDesign CC2017 document from one color space to another
- Subject: Re: Applescript code for converting an InDesign CC2017 document from one color space to another
- From: Ray Robertson <email@hidden>
- Date: Mon, 9 Oct 2017 07:34:00 -0400
Bert,
I’m clueless when it comes to color profile stuff. I don’t see anything in the
dictionary which covers all of the options in the Convert to Profile dialog.
All I see is a way to change the source space:
tell application id "com.adobe.InDesign" -- Adobe InDesign CC 2017.app
tell document 1
set RGB profile to "Apple RGB"
end tell
end tell
Ray
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden