tell application "QuarkXPress"
open thisFile use doc prefs yes remap fonts no do auto picture import no without reflow
save document 1 in (thisFilePath) version vers 60
close document 1 saving no
end tell
Still getting annoying splash screen “Use doc prefs\Use system prefs” with some files.
Should not AppleScript “use doc prefs” take care of that? Is there another/better way I can open a document automatically using the doc prefs?