• 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: How do you tell Acrobat 7 to print using AS?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do you tell Acrobat 7 to print using AS?


  • Subject: Re: How do you tell Acrobat 7 to print using AS?
  • From: David Crowe <email@hidden>
  • Date: Mon, 19 Mar 2007 14:26:18 -0600

Title: Re: How do you tell Acrobat 7 to print using AS?
This works for me with Acrobat 6 and I imagine 7 would be similar (but you never know):


tell application "Acrobat 6.0.2 Professional"
  
tell active doc
       
print pages first 13 last 14
   
end tell
end tell



Also, if it's not frontmost, the following worked:

tell application "Acrobat 6.0.2 Professional"
  
set x to first document whose name starts with "#965"
  
tell x
         
print pages first 12 last 13
   
end tell
end tell

- David Crowe
 _______________________________________________
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

  • Prev by Date: Re: dimensions of the visible region of the main monitor
  • Next by Date: dimensions of visible monitor
  • Previous by thread: Re: How do you tell Acrobat 7 to print using AS?
  • Next by thread: How do you tell Acrobat 7 to print using AS?
  • Index(es):
    • Date
    • Thread