Q U A R K ? printing postscript file
Q U A R K ? printing postscript file
- Subject: Q U A R K ? printing postscript file
- From: JJ <email@hidden>
- Date: Fri, 23 Mar 2001 14:28:17 +0100
This script above functions sometimes or return an error -48
What is wrong?
QuarkXPress 3 & OS 8.6
<SCRIPT>
property deskpath : ((path to desktop folder) as text) & "MyPostScripts:"
tell application "QuarkXPress"
activate
open (filePath) use doc prefs yes remap fonts no do auto picture import
no
tell document 1
tell print setup
-- MY SETTINGS
end tell
end tell
set docName to (name of document 1) as text
print document 1 PostScript file deskpath & docName & ".ps"
end tell
<END SCRIPT>