Quark 6.5 crashes when scripting print

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

You are probably encountering this problem:

http://www.quark.com/service/forums/viewtopic.php?t=8016

At this point, there’s no fix till Quark gets it act together except to cobble together some sort of UI scripting solution.

Quark crashes if you have not updated the script.xtn

Go to this url and download the Output Enhancements XTensions software.

http://www.quark.com/service/desktop/downloads/details.jsp?idx=601

Hi

This Link will also work aswell. it updates 6.5 to 6.52

http://www.quark.com/service/desktop/downloads/details.jsp?idx=654

Hi there,

I was encountering the same error, today in fact, and I’ve updated to 6.52 and it solved the problem. :slight_smile:

Nick