We are slowly moving to Quark 6 but need a safety net. I will need this script for Quark 6 to Quark 5 but figure I’ll try this side first.
Here’s my script
set diskName to ""
tell application "Finder"
set diskName to name of startup disk as string
end tell
set thePath to (diskName & ":" & "Desktop folder:")
tell application "QuarkXPress�"
activate
set quarkFile to (choose file with prompt �
"Choose the Quark Doc." of type {"XDOC"})
open quarkFile
set Thispath to (thePath & "test_4")
save document 1 in Thispath version 40
--save document 1 version 40 in Thispath
close document 1
end tell
My problem is the line
save document 1 in Thispath version 40
doesn’t save to version 4. I’ve tried a few variations but Quark 4 will not open this file.
Does anyone know the syntax? I checked the dictionary and it seems to reflect the code above?
I am sorry to dissapoint you.
Saving from 6 to 5 works.
Saving from 5 to 4 works.
Saving from 6 to 4 does not work.
However you can make a script which saves from v6 to v5, opens the document in Q5 and then saves it to v4. But conversion to older versions always can give problems (e.g. text flow).