anyone know how I can do this?
[code:1:8579fad66d]tell document 1
tell print setup
set page sequence to (pages 2 thru 3)
end tell
end tell
end tell[/code:1:8579fad66d]
I continually get a "descriptor mismatch" when I try this ... the only values it seems to accept are all pages/even pages/odd pages (from the dictionary).
So is there a way to specify the range of pages that a doc will print via AppleScript?