Print to PDF
Print to PDF
- Subject: Print to PDF
- From: Kok Ooi Kong <email@hidden>
- Date: Thu, 26 Jun 2003 16:26:30 +0800
Dear all
I tried to use GUI scripting to do a print to PDF but I face a problem
with the following part of the script:
click menu item "Print..." of menu "File" of menu bar 1
delay 1
tell window "Print"
tell pop up button 1
click
tell menu 1
click menu item "Output Options"
delay 1
end tell
end tell
click check box "Save as File"
delay 1
keystroke return
delay 3
keystroke return
end tell
The problem lies in the identification of the check box "Save as File".
It does not seems to be belong to the window "Print" or there may be
some in between UI elements that contain it. Any advice?
Thank you.
KKO
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.