Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Convert color to PANTONE Reflex Blue C

New Here ,
Jan 27, 2023 Jan 27, 2023

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

TOPICS
Performance , Sync and storage
859
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Mentor ,
Jan 31, 2023 Jan 31, 2023
LATEST

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).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines