Hi,
I am not familiar with InDesign scripting and I would appreciate if someone could hack one for me.
I have a bunch of CMYK separated 1-bit TIFF images (4 per page), and I am trying to reassemble them into a composite InDesign layout. I already have them all placed in InDesign, each separation into its respective layer, them named “C”, “M”, “Y”, “K” (arranged in that order, with “C” at the bottom).
Next would be to direct select each image, assign their respective fill swatch from cyan, magenta or yellow (default fill is “[Black]” so images in layer “K” are fine as they are) and set their “overprint” attribute to on (menu Window > Output > Attributes).
Doing so manually for each page is tedious. What would a script that would do something like “Set the fill for all images of all pages on layer āCā to swatch cyan and activate their overprint attribute. Repeat accordingly for all other layers with their respective fill” be like?