Setting print setup in Quark 5
Setting print setup in Quark 5
- Subject: Setting print setup in Quark 5
- From: Ferenc Farkas MÁTYÁS <email@hidden>
- Date: Fri, 7 Jan 2005 13:55:03 +0100
Dear List,
Sorry for repeating, but I can not write ps with bleed with
applescript. As a workaround I write one page ps with hand, set up the
bleed, and run my script, what does the work. Here is my code, I've set
up the bleed with set bleed to "5 mm", as I've gathered with get
properties in tell print setup. The vertical measure is set to
millimeters.
tell document 1
tell print setup
set absolute overlap to false
set back to front to false
set bleed to "5 mm"
set collate to false
set data format to binary data
set fit in area to false
set flip horizontal to false
set flip vertical to false
set full res rotated objects to false
set halftone screen to "150"
set include blank pages to true
set invert image to false
set page gap to "0 mm"
set page position to center position
set page sequence to all pages
set paper offset to "0 mm"
set paper size to "Custom"
set print quality to normal
set print spreads to false
set print thumbnails to false
--set printer type to "AGFA Accuset 800"
set printer type to "basysPrint UV-Setter 57 V2.3"
set reduce or enlarge to "100%"
set registration marks to centered
set registration marks offset to "15 pt"
set resolution to 2400
set separation to false
set tiling to off
set print colors to composite CMYK
a lot of end tells .....
I've had an error that the sequence of set prop to value: the set
print colors to composite CMYK
assignment does not work in the
set paper size to "custom"
set print colors to composite CMYK
set print quality to normal
order, i've put it in the end of the assignments, and after that it
worked. In the quark as reference guide there is a property bleed
measurement, but it does not work. How can be the custom bleed setup
coded? How is the measurement rectangle set up? Does anybody have a
working configuration with bleed?
Thanks in advance,
--
Regards,
Ferenc Farkas MÁTYÁS
_______________________________________________
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