Skip to main content
Known Participant
March 3, 2008
Question

EPS: Postscript Color Management option accessible through scripting?

  • March 3, 2008
  • 1 reply
  • 853 views
Hi,

I have a problem with Photoshop EPS file when the "Postscript color management" option is activated.

Is there a way to check that this option is activated?? I was not able to find it with ScriptDebugger inspector or even in the user interface.

The option is read from the document because when you save the document the dialog that appears display the option state with the appropriate status (when in was previously saved).

I want to do a batch to identify image that have this option set, so it has to be a non-interactive solution!

I'll continue searching on my own, but any help is appreciated!

Thanks,
Eric
This topic has been closed for replies.

1 reply

Known Participant
March 3, 2008
Well...

The only "productive" way i have found was to build a application that read the document as text and seek in the file for a specific pattern (i had the file with and without the option, the eps was in readable format so i was able to do so).

I already had a program to go trough all the files, it was just a few lines of code.