Skip to main content
Participant
January 27, 2023
Question

Convert color to PANTONE Reflex Blue C

  • January 27, 2023
  • 1 reply
  • 906 views

I need to convert the color, not from Illustrator but from the script in this file attached.
It becomes a barcode after import process.

Is there some way into the script to convert the DeviceGray to Pantone?

 

[/Separation (None) /DeviceGray {pop 1}] setcolorspace
0.9505 -15 moveto
(| !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~¡¢£¤¥¦§¨©ª«¬­®¯±²³´¶·¸¹º»¼½¿ÁÂÃÄÅÆÇÈÊËÍÎÏÐáãèéêëñõøùúû) show

% Draw the barcode in interleaved 2 of 5 notation
/SignatureCodeFont findfont 1.51 scalefont setfont
/DeviceGray setcolorspace 0 setcolor

This topic has been closed for replies.

1 reply

Met1
Legend
January 31, 2023

Do you mean you want to put a specific Pantone color into your eps postscript?

I don't know if this will work, but create a file with the pantone color, save as an eps, open in a text editor and search for it to see how it's encoded. (Copy and paste into your bar code postscript).