Re: Flatten Artwork in Illustrator
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.