Re: Illustrator CS4 and Acrobat File question
Re: Illustrator CS4 and Acrobat File question
- Subject: Re: Illustrator CS4 and Acrobat File question
- From: Shane Stanley <email@hidden>
- Date: Sun, 30 Aug 2009 12:01:31 +1000
- Thread-topic: Illustrator CS4 and Acrobat File question
Firstly, my commiserations -- that sounds like a workflow from hell...
Basically you need to loop through, setting the page to be imported
something like this:
tell application "Adobe Illustrator"
set user interaction level to never interact
repeat with i from 1 to n
tell settings
set properties of PDF file options to {page:i, PDF crop bounds:PDF
media box}
end tell
open aFile forcing CMYK without dialogs
-- do stuff
end repeat
end tell
--
Shane Stanley <email@hidden>
AppleScript Pro Sessions <http://scriptingmatters.com/aspro>
_______________________________________________
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