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

Illustrator Artboard


  • Subject: Illustrator Artboard
  • From: Wayne Melrose <email@hidden>
  • Date: Wed, 24 May 2006 11:29:39 +0200

Hi,

I understand that making a new document in Illustrator from Applescript allows you to set the size.

tell application "adobe illustrator"
	make new document with properties {width: 600, height: 800}
end tell

But what if I want to change the artboard of the frontmost document (that is already created)

I would have thought..

tell application "adobe illustrator"
	tell front document
		set properties to {width: 600, height: 800}
	end tell
end tell

Although this is not the case..

Also, it would be nice to use "600mm" rather than being forced to use points which also seems to be the case at the moment.

AI CS 2 for the record

thanks in advance

Wayne

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Illustrator Artboard
      • From: Shane Stanley <email@hidden>
  • Prev by Date: RE: To shell or not to shell (was Re: URL Access Redux)
  • Next by Date: Re: Illustrator Artboard
  • Previous by thread: Re: A To shell or not to shell (was Re: URL Access Redux)
  • Next by thread: Re: Illustrator Artboard
  • Index(es):
    • Date
    • Thread