Re: Flatten Artwork in Illustrator
Re: Flatten Artwork in Illustrator
- Subject: Re: Flatten Artwork in Illustrator
- From: email@hidden
- Date: Wed, 3 Mar 2004 15:31:47 +0100
Hello Steve,
there is a 'do action' commande, common to Adobe's softs that you may
use.
In Illustrator register a new Action (in my case Action 1, in folder
default Actions)
The 'listing' looks like:
Action 1
Layer
Flatten Artwork
Then use a tell block like this one:
tell application "Adobe Illustrator"
do action "Flatten Image"
end tell
You are done.
AVek
----
Gene-Summary Files:
http://perso.club-internet.fr/avekris/
GeneScripts initiative: homepage.mac.com/avek/GScripts/
CircArrays and DiagCDs:
http://perso.club-internet.fr/avekris/adv/
Le 3 mars 2004, ` 14:51, Steven Valenti a icrit :
>
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.