Jeff Spall Posted August 19, 2004 Posted August 19, 2004 Hi, I've been using a very simple Applescript which opens a PDF and prints it using Acrobat, but when I move it from OS 9.2.2 to OS X 10.3.3, it stops working, Acrobat opens the file, but it doesn't print any more! here's the original version: tell application "Acrobat 5.0" activate try open file "File path here" print pages first 1 shrink to fit close end try end tell (I've tried leaving out the "shrink to fit" with no success.) Can you tell me what I need to change for OS X? thanks, jeff
Recommended Posts
This topic is 7400 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now