Placed item in Illustrator
Placed item in Illustrator
- Subject: Placed item in Illustrator
- From: Steven Valenti <email@hidden>
- Date: Thu, 9 Jun 2005 11:24:11 -0400
I want to place an EPS file into an opened Illustrator document but I
need it as vector not RGB that it currently comes in. Placing the file
by hand, if I deselect the Link option in the Place dialog, vector
object comes in good. Having Link selected in the Place dialog has the
results of translating the file to RGB. How can I have this script
place file as vector??
Steven
tell application "Adobe Illustrator 10"
activate
open alias (((path to desktop) as string) & "AutoLaser.ai")
set myPlacedArt to (make new placed item at beginning of current
document with properties ¬
{file path:alias (((path to desktop) as string) &
"Mark&Imprint.eps"), position:{65, 425}})
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden