Page 1 of 1
Check for CMYK Values in A Spot Colour
Posted: Fri Mar 14, 2025 5:52 pm
by MJDS
Is there a action list or preflight to Check if any Spot Colour has CMYk values of C 0 M 0 Y 0 K 0 as screen shot attached
Re: Check for CMYK Values in A Spot Colour
Posted: Sun Mar 16, 2025 3:00 am
by MURNMO

- 20250316_105544.png (19.44 KiB) Viewed 33733 times

- 20250316_110302.png (19.32 KiB) Viewed 33731 times

- 20250316_110310.png (17.35 KiB) Viewed 33731 times
Re: Check for CMYK Values in A Spot Colour
Posted: Mon Mar 17, 2025 11:30 am
by loicaigon
Hi
We intend to deliver searching a spot per alternate values in the July release.
Loic
Re: Check for CMYK Values in A Spot Colour
Posted: Mon Mar 17, 2025 1:19 pm
by freddyp
In the meantime, but only in Switch, you can run a Preflight Profile that includes the details of Color in an XML report that is sent along a "Data with Log" connection. That will namely report the alternate color values for the color space Separation.
You can then build a connection with a condition with variables in which you use the following expression:
[Metadata.Integer:Dataset="Log",Model="XML",Path="count(/EnfocusReport/ColorInfo/ColorSpace[@type='Separation']/FullTintAlternateValues[@C=0 and @M=0 and @Y=0 and @K=0])"]
This gives you the number of spot colors in the file with the alternate color values as defined in the expression. You can complete the condition with equal to 0, equal or greater than 1, or whatever suits you.
Re: Check for CMYK Values in A Spot Colour
Posted: Wed Mar 19, 2025 9:53 am
by MJDS
Thanks for the Info.
Looking forward to the next Pitstop Update