• 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: scriptting Illustrator
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scriptting Illustrator


  • Subject: Re: scriptting Illustrator
  • From: Shane Stanley <email@hidden>
  • Date: Tue, 25 Nov 2003 13:15:13 +1100

On Nov 25, 2003, at 8:23 AM, David DuBois wrote:

Is it possible to script the placing of art onto an Illustrator file? The dictionary has syntax for dealing with a placed image, but not for placing one via applescript.

Use the "make" command:

tell application "Adobe Illustrator 10"
tell document 1
make raster item at end with properties {knockout:disabled, blend mode:normal, embedded:false, file path:alias "Macintosh HD:Eagle.psd", locked:false, name:"", opacity:100.0, position:{0, 600}}
end tell
end tell

--
Shane Stanley <email@hidden>
_______________________________________________
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.

  • Prev by Date: Re: [OT] Question to list manager
  • Next by Date: Re: ical todo notes
  • Previous by thread: scriptting Illustrator
  • Next by thread: Adding regular expression junk filtering to the Mail.app
  • Index(es):
    • Date
    • Thread