• 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 files with bleed from Quark
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Saving EPS files with bleed from Quark


  • Subject: Saving EPS files with bleed from Quark
  • From: Rob Stott <email@hidden>
  • Date: Tue, 11 Sep 2001 09:02:07 +0100

Hi, I sent this message the other day but I don't think it's appeared in the
list, so apologies if I'm repeating myself...


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


  • Prev by Date: Re: I betray my ignorance ... too
  • Next by Date: Re: OT AETE? How can I read these
  • Previous by thread: Re: Open <file> using <application
  • Next by thread: Change Quark fonts attributes
  • Index(es):
    • Date
    • Thread