Re: scriptting Illustrator
Re: scriptting Illustrator
- Subject: Re: scriptting Illustrator
- From: Shane Stanley <email@hidden>
- Date: Tue, 25 Nov 2003 13:15:13 +1100
On Nov 25, 2003, at 8:23 AM, David DuBois wrote:
Is it possible to script the placing of art onto an Illustrator file?
The dictionary has syntax for dealing with a placed image, but not for
placing one via applescript.
Use the "make" command:
tell application "Adobe Illustrator 10"
tell document 1
make raster item at end with properties {knockout:disabled, blend
mode:normal, embedded:false, file path:alias "Macintosh HD:Eagle.psd",
locked:false, name:"", opacity:100.0, position:{0, 600}}
end tell
end tell
--
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.