I would like to add a Pantone color in InDesign from a Pantone Library, but I can’t get it to work.
The code from http://olivier.berquin.free.fr/indesign/indesign_2.html doesn’t work:
set myNewPantone to make color with properties {color value:{"PANTONE 2735 CV"}}
This code works:
set myNewColor to make color with properties {model:spot, space:CMYK, color value:{100, 95, 0, 3}, name:"PANTONE 2735 CV"}
But then I have to supply my own CMYK values, and I don’t want that.
Does anyone know how to add a swatch from a Pantone book in script similar to adding it in InDesign by hand?