is it possible to convert specific cmyk colors in pdf generation process?
In my case I have simulated colors for the customer like for example gold with value C15 M30 Y70 K20. This color must be replaced for the printer who uses a real gold foil. There for the CMYK value must be changed to C0 M100 Y0 K0 as well as the color must be a solid color instead of process color and last but not least it must get a specific color name. In this case „goldfoil“.
So can ghost script look for the specific CMYK values and replace them?
Any hint would be very helpful