Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How do you tell Acrobat 7 to print using AS?



David, 
This works great in Acrobat 6 but not in 7.
Any idea how I can make it work in 7

Best, Patrik

Date: Mon, 19 Mar 2007 14:26:18 -0600 
From: David Crowe <email@hidden> 
Subject: Re: How do you tell Acrobat 7 to print using AS? 
To: email@hidden 
Message-ID: <p0623092ac224a15b27b0@[192.168.1.13]> 
Content-Type: text/plain; charset="us-ascii" 

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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.