• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Print Setup problems in Quark
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Print Setup problems in Quark


  • Subject: Re: Print Setup problems in Quark
  • From: Steve Kump <email@hidden>
  • Date: Mon, 09 Jul 2001 11:00:51 -0500

Thanks Paul,

That seems to have eliminated the problem, but the production fellow here
told me the reason they removed the printer name in the first place was that
the script changes the output from Composite RBG to Composite CMYK when you
specify the name of the printer. (I'm not a Quark guy, so this isn't my area
of expertise)

Apparently, the Quark template files are saved with PPD options set
accordingly, such as output set to Composite RGB. When the script runs, if
the printer name is specified in the script, it switches back to the default
Composite CMYK and the colors are inaccurate. If the printer isn't
specified, it is supposed to use the currently selected/saved printer with
those settings, which is usually does. Sometimes, however, it screws up and
returns an error.

Apparently, the output options cannot be scripted because they vary from PPD
to PPD...is this true?

Thanks!
Steve Kump

> From: paul mccabe kampu <email@hidden>
> Organization: Kalsea Lane
> Reply-To: email@hidden
> Date: Thu, 05 Jul 2001 23:42:34 -0400
> To: Steve Kump <email@hidden>, as <email@hidden>
> Subject: Re: Print Setup problems in Quark
>
> Steve Kump wrote:
>>
>> set print setup of document 1 to {orientation:"Landscape", paper
>> size:"11x17"}
>> print document 1
>>
> <SNIP>
>> Anything special I should know about scripting print settings in Quark that
>> might eliminate this?
>
> It will help to first tell Quark what you're printing to...
> then the orientation and paper size.
>
> Something like this...
>
> tell document 1 of application "QuarkXPress 4.11"
>
> set print setup to {printer type:"Generic B&W"}
> --change "Generic B&W" to the ppd of you're printer
> set print setup to {orientation:landscape, paper size:"11x17"}
>
> end tell
>
> hth
> --
> Paul
> http://homepage.mac.com/pkampu/ (*not for the faint of heart*)
>
> "No, TRY not. do or do not. There is no TRY." --Yoda(on error handling)
> _______________________________________________
> applescript-users mailing list
> email@hidden
> http://www.lists.apple.com/mailman/listinfo/applescript-users


  • Follow-Ups:
    • Re: Print Setup problems in Quark
      • From: paul mccabe kampu <email@hidden>
References: 
 >Re: Print Setup problems in Quark (From: paul mccabe kampu <email@hidden>)

  • Prev by Date: Re: Snippet to remove an item from a list
  • Next by Date: Re: AppleScript -> How to send a text message to a cellularphone
  • Previous by thread: Re: Print Setup problems in Quark
  • Next by thread: Re: Print Setup problems in Quark
  • Index(es):
    • Date
    • Thread