• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: text and paragraph properties in QX 4.11
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >text and paragraph properties in QX 4.11 (From: Alberto Salvagnini <email@hidden>)

  • Prev by Date: Re: Archiving large folders to CD
  • Next by Date: Re: compactness of expression question
  • Previous by thread: Re: text and paragraph properties in QX 4.11
  • Next by thread: W2K and Microsoft UAM
  • Index(es):
    • Date
    • Thread