Re: scripting adobe illustrator cs3
Re: scripting adobe illustrator cs3
- Subject: Re: scripting adobe illustrator cs3
- From: Shane Stanley <email@hidden>
- Date: Thu, 18 Sep 2008 08:58:20 +1000
- Thread-topic: scripting adobe illustrator cs3
This should get you started:
tell application "Adobe Illustrator"
activate
set thePath to file path of document 1
save document 1
export document 1 to file ((text 1 thru -4 of thePath) & ".jpg") as JPEG
with options {class:JPEG export options, quality:80, horizontal scaling:50,
vertical scaling:50}
end tell
--
Shane Stanley <email@hidden>
_______________________________________________
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