in

Quark Forums

page sequence?

Last post 07-02-2004 4:14 PM by pr9000. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-02-2004 4:14 PM In reply to

    • pr9000
    • Top 50 Contributor
    • Joined on 06-07-2004
    • Minneapolis, MN
    • Posts 294

    page sequence?

    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?
  • 07-03-2004 7:04 AM In reply to

    page sequence?

    This syntax works for me:

    [code:1:09a44fc465]tell application "QuarkXPress"
    tell document 1
    print (pages 2 thru 4)
    end tell
    end tell[/code:1:09a44fc465]
  • 07-06-2004 3:41 PM

    • pr9000
    • Top 50 Contributor
    • Joined on 06-07-2004
    • Minneapolis, MN
    • Posts 294

    page sequence?

    Sometimes, the most obvious answers are the ones you don't try out ...

    THANKS.
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems