Re: Illustrator CS - Save Bug
Re: Illustrator CS - Save Bug
- Subject: Re: Illustrator CS - Save Bug
- From: Simon Topliss <email@hidden>
- Date: Tue, 09 Dec 2003 09:41:02 +0000
On 8/12/03 11:41 pm, "Shane Stanley" <email@hidden> wrote:
>
That doesn't look promising. Care to humor me by setting all possible
>
options? Not that I expect it to work...
Nope, still no luck there either...
tell application "Illustrator CS"
activate
set doc1 to make new document
end tell
saveAi(doc1, (path to desktop folder as string) & "temp1.ai")
saveAi(doc1, (path to desktop folder as string) & "temp2.ai")
on saveAi(docRef, filePath)
tell application "Illustrator CS"
save docRef in file filePath with options ,
{class:Illustrator save options ,
, compatibility:Illustrator 11 ,
, compressed:false ,
, embed ICC profile:false ,
, embed linked files:false ,
, font subset threshold:100.0 ,
, PDF compatible:false}
end tell
end saveAi
_______________________________________________
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.