• 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 PS file Quark
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Print PS file Quark


  • Subject: Re: Print PS file Quark
  • From: Short Robert <email@hidden>
  • Date: Thu, 08 Jun 2006 12:19:11 -0700
  • Thread-topic: Print PS file Quark

************Resent without the attachment*********

Hi Wayne;

Attached is an updated Script.xnt file for Quark 6.5. 6.5 is a free update
from QuarkXPress which I highly recommend. The issue is caused by 10.4.x
printing. It is handled different from 10.3.x. It took Quark a long time to
fix this issue. The only way to get the file was by creating a support call
with Quark. They have recently released a package called Output Enhancements
which includes the updated Script.xnt if you are uncomfortable using the one
I have attached.

http://www.quark.com/service/desktop/downloads/details.jsp?idx=601

As for the print colors "As Is", if you do not specify a preference it will
use your document default. The only way to over-ride this behavior is to
create .eps files of each piece of art used in the document, the .eps
information will over-ride Quarks instructions.

Hope this helps.

Robert Short


On 6/8/06 3:37 AM, "Wayne Melrose" <email@hidden> wrote:

> I have a small script that is simply trying to print a PS file from a
> quark document.
>
> On version 6 and 6.1 (which I have here in the office) both version
> crash as they produce the PS file. Rather frustrating.. I'm wondering
> if someone has had this problem and knows how to avoid it?
>
> Also I find it strange that in the Print Setup Preferences, you are
> unable to set print colors to "As Is" only Greyscale, CMYK and RGB
> come up as options..
>
> That also goes for setting halftone to "Printer" rather than a
> specified number.
>
> Any light on creating PS from Quark documents would appreciated.
>
>
>
> --------------  my current code
>
> tell application "QuarkXPress Passport"
>          tell document 1
>                  set pageWide to (get page width)
>                  set pageHigh to (get page height)
>                  tell print setup
>                          set printer type to "Adobe PDF"
>                          set paper size to "Custom"
>                          set adjust horizontal tile to false
>                          set bleed to 0
>                          set fit in area to false
>                          set print colors to composite CMYK -- would
> like to set this to "As is"
>                          set orientation to portrait
>                          set page gap to "0 mm"
>                          set page position to center horizontal
>                          set page sequence to all pages
>                          set paper offset to "0 mm"
>                          set paper width to pageWide
>                          set paper height to pageHigh
>                          set print spreads to false
>                          set reduce or enlarge to "100%"
>                          set registration marks to off
>                          set resolution to 1200
>                          set halftone screen to 300 -- would like to
> set this to "Printer"
>                          set separation to false
>                          set tiling to off
>                          set print quality to normal
>                  end tell
>                  set FilePath to "HD:Users:wayne:Desktop:filetest.ps"
>                  print PostScript file FilePath
>          end tell
> end tell
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Applescript-users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> .com
>
> This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Print PS file Quark (From: Wayne Melrose <email@hidden>)

  • Prev by Date: String from Object..
  • Next by Date: Re: String from Object..
  • Previous by thread: Re: Print PS file Quark
  • Next by thread: String from Object..
  • Index(es):
    • Date
    • Thread