in

Quark Forums

Print Setup on V7

Last post 06-25-2008 3:27 PM by nellbern. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 05-29-2008 10:06 PM

    Print Setup on V7

    This line of code on Tiger used to read :
    set print colors to composite CMYK

    Now in Leopard it changed to:
    set output setup to «constant PCLECACC»

    I got it finally to compiled to:
    set output setup to CMYK


    I don't know if is it correct or not. I want to print colors as composite CMYK but when I put:
    set output setup to composite CMYK
    it doesn't compile.

    Can someone explain me why? Please :roll:
    Filed under:
  • 05-29-2008 10:09 PM In reply to

    Print Setup on V7

    Sorry I forgot to say I'm using Quark 6.52 and Quark 7.3.1 on Leopard 10.5.2
  • 06-01-2008 2:05 PM In reply to

    Re: Print Setup on V7

    Try this one for Quark 7.31:
    tell application "QuarkXPress Passport"
        set output setup of print setup of document 1 to "Composite-CMYK"
    end tell

    But i can't test it because i have no postscript printer at home ;-)

    It could be that you have to test "Composite CMYK" instead of "Composite-CMYK".
    Use the name that is appearing in the print setup dialog.

    Regards, samowitsch


    QXP 7.31 with Leo 10.5.3 on Macintel
  • 06-17-2008 2:32 PM In reply to

    Re: Print Setup on V7

    I got this to work on Leopard and Tiger for Quark 7:

     tell document 1

    set properties of print setup to {bleed:"0.125", etc} 

    set output setup of print setup to "Composite CMYK and Spot"

    print page 1 PostScript file (alias.ps) as unicode text

    end tell

    I could not set the output setup within the properties line, it had to be on its own.

    Karen
    ksnielsen@schmidt.com
  • 06-18-2008 3:54 AM In reply to

    Re: Print Setup on V7

    Hey Karen! Interesting feed back! I shall give that a shot next for I encountered the same issue with outputting EPS's. I suppose it will work alike.

    I'll try to let you know.

    (NellBern, where is your nice previous avatar)

    Jean-Marie Schwartz

    > Mac Pro Quad Core Intel 2.8 GHz, OS X.6.8, Quark XPress 9.2, Adobe CS5 <
  • 06-25-2008 3:27 PM In reply to

    Big Smile [:D] Re: Print Setup on V7

    (NellBern, where is your nice previous avatar) I change it because my new avatar is cutier
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems