• 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
Saving EPS from Quark
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Saving EPS from Quark


  • Subject: Saving EPS from Quark
  • From: Rob Stott <email@hidden>
  • Date: Mon, 10 Sep 2001 10:36:12 +0100

Hi,

I'm just getting to grips with scripting Quark Xpress but I've hit upon a
stumbling block - I'm sure I'm missing something pretty obvious but for the
life of me I can't work it out. I have the following a script which saves
all the pages of a Quark document out as EPS files (okay, I know it a bit
clumsy... I'm just a beginner!)

tell application "QuarkXPress"
set theTotalNoOfPages to the count of the pages of front document
set theCount to 1
repeat
save page theCount of front document EPS format Mac color include
preview "true"
if theCount = theTotalNoOfPages then exit repeat
set theCount to theCount + 1
end repeat
end tell

This works fine, but omits any bleed - I need to include these. Can anyone
tell me how I do this? I can't find a reference to it in Quarks dictionary
but surely it must be do-able, right?

Any help, hints or tips would be greatly appreciated.

Regards
Rob

--

Bill Hicks Quote of the Day: What did moths do before lightbulbs were
invented?


  • Follow-Ups:
    • Re: Saving EPS from Quark
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: OT: In-n-Out (was AETE? How can I read these?)
  • Next by Date: Oversizing images in Quark
  • Previous by thread: Re: OT: In-n-Out
  • Next by thread: Re: Saving EPS from Quark
  • Index(es):
    • Date
    • Thread