Re: Save opend file as eps in Illustrator...
Re: Save opend file as eps in Illustrator...
- Subject: Re: Save opend file as eps in Illustrator...
- From: Paul Kampu <email@hidden>
- Date: Tue, 18 Nov 2003 14:45:52 -0500
Persistence is a virtue...
And the answer is...
<snip>
save document 1 as eps with options
{CMYK PostScript:true, PostScript:level 3,
compatibility:Illustrator 10, embed linked files:true}
<snip>
Go figure!
--
Paul
"Being defeated is only a temporary condition;
giving up is what makes it permanent."
Marilyn vos Savant
Author and Advice Columnist
On 11/18/03 12:37 PM, "Paul Kampu" <email@hidden> wrote:
>
Hello All!
>
>
I'm 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 won't
>
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.