Hello all,
I am currently using the code below for blue barcodes on envelopes. The printer is now saying they need the art to be a spot color instead of RGB. How would I rewrite the code for a spot color?
switch (@{address_Selection})
{
case "1 CORPORATE DR STE 201, BOHEMIA, NY": XMPBarcode("USPSIntelligentMail","0070390101587400000011716266351","Color=rgb(0,117,191)")
}
Thanks in advance,