• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Change CMYK to spot color in Illustrator?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change CMYK to spot color in Illustrator?


  • Subject: Re: Change CMYK to spot color in Illustrator?
  • From: Shane Stanley <email@hidden>
  • Date: Thu, 18 Jul 2002 10:07:04 +1000

On 17/7/02 6:15 AM +1000, john mead, email@hidden, wrote:

> I'm trying to set an Illustrator page item's fill
> color from CMYK to a spot color and I can't get the
> syntax correct. This is what I've got so far:
>
> tell application "Adobe Illustrator 10"
> activate
> set myLayer to current layer of current document
> repeat with j from (number of page items in myLayer)
> to 1 by -1
> set myColor to (fill color of properties of page
> item j of myLayer)
> if (myColor as text) contains "CMYK" then
> --change the fill color of ths item to a spot color
> end if
> end repeat
> end tell

Try playing with something like this:

every page item of myLayer whose class of fill color is CMYK color info

--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Change CMYK to spot color in Illustrator? (From: john mead <email@hidden>)

  • Prev by Date: Re: Quark Page Numbering?
  • Next by Date: Re: Creating property for 'tell application ...'
  • Previous by thread: Change CMYK to spot color in Illustrator?
  • Next by thread: IsRunning
  • Index(es):
    • Date
    • Thread