-
1. Re: findchangeList: finding fill color
sstanleyau May 4, 2010 5:56 PM (in response to IowaBoy9)Try removing the word "swatch".
-
2. Re: findchangeList: finding fill color
IowaBoy9 May 5, 2010 8:59 AM (in response to sstanleyau)grep {find what:".", applied font:"Frutiger", font style:"75 Black", point size:"10", fill color:"C=53 M=95 Y=0 K=0"} {change to:"$0",applied character style:"G-definition words purple"} {include footnotes:false, include master pages:false, include hidden layers:false, whole word:false} replace one character style with another.
Nope. Still no love.
-
3. Re: findchangeList: finding fill color
sstanleyau May 5, 2010 3:31 PM (in response to IowaBoy9)Then I'm not sure you're going to have much luck. Find-change with colors is unfortunately more complicated than it should be.
-
4. Re: findchangeList: finding fill color
IowaBoy9 May 12, 2010 12:53 PM (in response to sstanleyau)Well, not having "luck" is one way of putting it. It would seem to me that someone in Adobe-land would have some suggestions. I can issue a find based on font color in the standard find/change window (which is what I have done in this case). It would be nice to know how to do it via AppleScript.
-
5. Re: findchangeList: finding fill color
sstanleyau May 12, 2010 4:25 PM (in response to IowaBoy9)> It would be nice to know how to do it via AppleScript.
You temporarily make a color of the required name (definition doesn't matter) at the application level, use a reference to that color for the search, and then delete it after the search is done.

