Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Placed item in Illustrator



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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.