• Embed the working profile in an open document via a Javascript script (before saving)
Hi -
I'd like to force to embed a profile into the currently open document, before saving it.
That profile is "Working CMYK: Coated FOGRA39 (ISO 12647-2:2004)"
I try this but apparently it doens't work:
var aiSaveOptions_DC = new IllustratorSaveOptions();
aiSaveOptions_DC.embedICCProfile = true; // Ensure ICC profile is embedded
aiSaveOptions_DC.colorProfileID = ColorProfile.COATEDFOGRA39; // Set the CMYK profile to "Coated FOGRA39 (ISO 12647-2:2004)"
Many thx for any help.
Enjoy your day.
- Dimitri
