Re: Print PS file Quark
Re: Print PS file Quark
- Subject: Re: Print PS file Quark
- From: Gary Tate <email@hidden>
- Date: Thu, 8 Jun 2006 12:04:31 +0100
Going anywhere near the print commands in QXP v6 or 6.1 (or 6.45 I
think) causes a crash 75% of time.
I save pages as eps then distill them.
Gary
On 8 Jun 2006, at 11:37, Wayne Melrose 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 (Applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40tgisolutions.co.uk
This email sent to email@hidden
-------------------------------------------------------
TGI Solutions LLP
Apple Solution Expert
http://www.tgisolutions.co.uk
Mobile: 07813 214 129
-------------------------------------------------------
_______________________________________________
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