Save opend file as eps in Illustrator...
Save opend file as eps in Illustrator...
- Subject: Save opend file as eps in Illustrator...
- From: Paul Kampu <email@hidden>
- Date: Tue, 18 Nov 2003 12:37:35 -0500
Hello All!
I9m trying to save an already opened file in Illustrator as an eps with a
few simple options. Does anyone know why this simple script below won9t
work?...
tell application "Adobe Illustrator 10"
set myName to name of document 1
set docRef to document 1
set mydocname to name of docRef
save docRef in file (CFsFolder & mydocname) as eps
with options {embed linked files:true}
end tell
The links are up to date and not a problem.
The save will work like this
save docRef in file (CFsFolder & mydocname) as eps
but not as in the script.
tia for any help,
--Paul
_______________________________________________
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.