• 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: Flatten Artwork in Illustrator
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flatten Artwork in Illustrator


  • Subject: Re: Flatten Artwork in Illustrator
  • From: Hanaan Rosenthal <email@hidden>
  • Date: Wed, 3 Mar 2004 12:32:40 -0500
  • Organization: Custom Flow Solutions

Hello Steven,

Try this:
(assuming that the layer you want to mote the items to is named "Master")

tell application "Illustrator CS"
tell document 1
set masterLayer to layer "master"
move every page item to masterLayer
end tell
end tell

In the dictionary I looked at the move command.
The move command doesn't move items on the page, that would be the
translate command, and the translate command doesn't translate text
between languages, that would be www.translate.com :-)

Hanaan

>
> Can someone tell me how you would flatten all the layers (not knowing
> how many layers) so artwork will be moved to one layer in the document?
> Also please show me what you looked under in the application's
> dictionary to do this.
>
> Thanks
> _______________________________________________
> 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.
_______________________________________________
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.


  • Prev by Date: Re: Flatten Artwork in Illustrator
  • Next by Date: Re: testing for Classic and restarting
  • Previous by thread: Re: Flatten Artwork in Illustrator
  • Next by thread: Disable keyboard?
  • Index(es):
    • Date
    • Thread