If I use the following script in Quark 6.5 when the print is complete Quark will crash. Has anyone elses seen this and what, if anything did you do to correct it?
tell application "QuarkXPress"
tell document 1
print page 1 PostScript file FilePath ---->FilePath is of course, the path to the folder where you want the PS file save to.
end tell
end tell