• 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: Exporting JPEGs from Illustrator CS6
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exporting JPEGs from Illustrator CS6


  • Subject: Re: Exporting JPEGs from Illustrator CS6
  • From: "koenig.yvan" <email@hidden>
  • Date: Thu, 27 Mar 2014 18:52:03 +0100

Here is a short script using GUI Scripting to bring at front documents opened in Numbers 2.3.

activate application "Numbers"
tell application "System Events" to tell (first process whose frontmost is true)
tell menu bar 1 to tell menu bar item 10 to tell menu 1 to set menuItems to name of menu items
end tell

set lesDocuments to {}
repeat with aDoc in reverse of menuItems
if contents of aDoc is missing value then exit repeat
set end of lesDocuments to aDoc as text
end repeat

repeat with aDoc in lesDocuments
activate application "Numbers"
tell application "System Events" to tell (first process whose frontmost is true) to tell menu bar 1 to ¬
tell menu bar item 10 to tell menu 1 to click menu item (aDoc as text)
# here document aDoc is at front, do your duty
end repeat


It's certainly easy to edit it for Illustrator if there is no instruction to do the job.

Yvan KOENIG (VALLAURIS, France) jeudi 27 mars 2014 18:51:31







 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Exporting JPEGs from Illustrator CS6 (From: Robert Stott <email@hidden>)
 >Re: Exporting JPEGs from Illustrator CS6 (From: "koenig.yvan" <email@hidden>)

  • Prev by Date: Re: Exporting JPEGs from Illustrator CS6
  • Next by Date: Re: Root User
  • Previous by thread: Re: Exporting JPEGs from Illustrator CS6
  • Next by thread: Re: Exporting JPEGs from Illustrator CS6
  • Index(es):
    • Date
    • Thread