RE: need help printing from quark
RE: need help printing from quark
- Subject: RE: need help printing from quark
- From: Duncan Cowan <email@hidden>
- Date: Wed, 23 Oct 2002 15:35:59 +1000
as a footnote to this topic:
The following snippets are from our scripts - OS 9+
The first PS output after a restart or waking from sleep is always sent to
the desktop and not to our intended path. However if we leave the vagrant PS
file in place and run the script again, all subsequent PS files are
correctly saved in the correct path. I received information from one of this
list's users that to correct this problem I should save all PS files to the
root level of my mac and move them when finished - however I was unable to
get this to work.
Please watch for line wrap:
tell application "QuarkXPress 4.1"
set print setup of document 1 to {printer type:"NameofPrinterDescFile",
resolution:1200, data format:binary data, halftone screen:"150"}
print document 1 PostScript file (my saveFolder & my clientDocTitle & ".ps"
as text)
end tell
or another print solution to some of Quark's print issues.
tell application "QuarkXPress 4.1" to activate
-- sandi's additions
TypeText "p" with Command
TypeText return
_______________________________________________
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.