• 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: Quark Print to PostScript File
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Quark Print to PostScript File


  • Subject: RE: Quark Print to PostScript File
  • From: email@hidden
  • Date: Sat, 10 Mar 2001 16:00:35 -0500

I use this to send Quark pages individually. It intentionally prints the
first page twice, because by default sequential numbers are added to the
file name once the second file is created. If I toss the first file after
the script runs, my pages are correctly numbered.

tell application "QuarkXPress"
activate
tell document 1
print page 1 PostScript file "Macintosh:Desktop Folder:PSfiles:DocPage"
repeat with i from 1 to count of pages
set thePage to i
try
print page thePage PostScript file "Macintosh:Desktop
Folder:PSfiles:DocPage"
end try
end repeat
end tell
end tell

-----Original Message-----

  • Prev by Date: Re: Help browser font size, code timing, RegEx
  • Next by Date: Re: applescript-users digest, Vol 2 #478 - 17 msgs
  • Previous by thread: Re: Quark Print to PostScript File
  • Next by thread: Send us your scripts!
  • Index(es):
    • Date
    • Thread