Make from quark document a postscript file
Make from quark document a postscript file
- Subject: Make from quark document a postscript file
- From: Bastiaan Boertien <email@hidden>
- Date: Wed, 12 Jan 2005 14:22:43 +0100
Hi list
Can anyone help me with my script.
This script that I made works.
The problem is that the images in the postscript file are highres. Does anyone know how to make this lowres?
tell application "QuarkXPress Passport"
open file theFile use doc prefs yes remap fonts no
tell document 1
tell print setup
set printer type to "Adobe PDF"
set paper size to "A3"
set fit in area to true
set absolute overlap to false
set orientation to landscape
set page position to center position
set print colors to composite RGB
set print quality to rotate
set registration marks to centered
set registration marks offset to "6 pt"
set resolution to 72
set full res rotated objects to false
set collate to false
set invert image to false
set data format to binary data
end tell
end tell
print document 1
PostScript file PSFile
delay 7 --
this is needed because next command will not wait till previous command is finished
close document 1
saving no
end tell
Thanks in advance,
Greeting bastiaan
_______________________________________________
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