Skip to main content
Participant
September 25, 2012
Question

Find colors used in EPS by script

  • September 25, 2012
  • 1 reply
  • 494 views

Hello,

apparently, InDesign knows about the colors that are used in a EPS, as they are marked as non-deletable in the UI. But is it possible to get a list of all colors that are used in a given EPS by script?

Thanks a lot!

Thomas

This topic has been closed for replies.

1 reply

Inspiring
September 25, 2012

AI & ID write this data in a postscript comment block it's possible to parse out… I don't know if this part of the EPS file standards or just because their nice that way… Look for the %% start and end comments…

Participant
September 26, 2012

Thanks a lot for the hint, I'll give it a try!