• 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: Illustrator CS4 and Acrobat File question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Illustrator CS4 and Acrobat File question (From: Eric Welch <email@hidden>)

  • Prev by Date: Re: Finder scripting bugs
  • Next by Date: Confused with Applescript and 10.6
  • Previous by thread: Illustrator CS4 and Acrobat File question
  • Next by thread: Confused with Applescript and 10.6
  • Index(es):
    • Date
    • Thread