• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Illustrator CS - Save Bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Illustrator CS - Save Bug
      • From: Simon Topliss <email@hidden>
References: 
 >Re: Illustrator CS - Save Bug (From: Shane Stanley <email@hidden>)

  • Prev by Date: MySQL Bridge - AppleEvent timed out - no connection
  • Next by Date: Re: scripting System Events
  • Previous by thread: Re: Illustrator CS - Save Bug
  • Next by thread: Re: Illustrator CS - Save Bug
  • Index(es):
    • Date
    • Thread