(no subject)
(no subject)
- Subject: (no subject)
- From: Brian Bosredon <email@hidden>
- Date: Fri, 10 May 2002 15:58:29 +0200
Hi
I want to know how to set the Page positioning in Xpress Print setup.
I have found exemple for other parameter but not for this
Sorry for my english
thx
Brian
My Script (works) :
on open x
tell application "Finder"
select x
set nomfichier to name of selection
end tell
tell application "QuarkXPress Passport 4.11 [k]"
open x use doc prefs no remap fonts no do auto
picture import yes
set print setup of document 1 to {reduce or
enlarge:"100%", orientation:portrait}
set print setup of document 1 to {printer type:"Barco
Graphics TransScript OF", resolution:2540, data format:binary data,
halftone screen:"150"}
set print setup of document 1 to {paper
offset:"14 pt", paper width:"220 mm", page gap:"0 mm"}
set print setup of document 1 to {print
quality:normal, tiling:off, separation:false, registration marks:off}
set print setup of document 1 to {collate:false, back
to front:false, print spreads:false, print thumbnails:false}
set print setup of document 1 to {print colors as
grays:false, include blank pages:false}
print document 1 PostScript file "Droopy HD:Desktop
Folder:test:ps:" & nomfichier
close document 1
end tell
end open
--
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.