Re: text and paragraph properties in QX 4.11
Re: text and paragraph properties in QX 4.11
- Subject: Re: text and paragraph properties in QX 4.11
- From: Shane Stanley <email@hidden>
- Date: Fri, 18 Jan 2002 08:14:49 +1100
On 17/1/02 11:37 PM +1000, Alberto Salvagnini, email@hidden, wrote:
>
I am writing a script converting documents from QX 3.32 QX 4.11. I just
>
open the old doc and copy all different attributes to the new one
As others have pointed out, that path is strewn with bugs. But you can
update documents to the latest flow code using something like this:
on open fileList
repeat with aFile in fileList
set filePath to aFile as text
tell application "QuarkXPress 4.11"
open aFile use doc prefs yes remap fonts no with reflow
save document 1 in file filePath version vers 40
close document 1 saving no
end tell
end repeat
end open
This is the rough equivalent of doing an option-open and save as.
--
Shane Stanley, email@hidden