• 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
Script Quark to EPS to gif
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Script Quark to EPS to gif


  • Subject: Script Quark to EPS to gif
  • From: Kevin Gogerty <email@hidden>
  • Date: Thu, 03 Jan 2002 12:30:58 -0600

Hello Everyone!

Looking for a way to script Quark to .jpg the way I am doing it is


tell Application "QuarkXpress"
--do stuff

save page 1 of document 1 in file ("Macintosh HD:Desktop Folder:" &
projectNumber & ".eps" as string) EPS format Mac color EPS data binary EPS
scale 200 include preview "true"
close document 1 saving no
end tell



tell application "Adobe Illustrator 10"
activate
set user interaction level to never interact
open file (alias "imac hd:Desktop Folder:" & projectNumber & ".eps" as
string)
export document 1 to file ("Macintosh HD:Desktop Folder:" &
projectNumber & proofNumber & ".gif" as string) as GIF
close document 1 saving no
end tell

The problem is that Illustrator take along time to parse the eps graphic or
it freezes my machine. I don't have that kind of time. I have been using
Graphic Converter along with Ghost Script to make the graphic. But the
quality stinks.

Any suggestions would be nice,

Thank Everyone!
Kevin Gogerty
email@hidden
http://www.tbl2000.com/applescript


  • Prev by Date: Re: What is Frontier?
  • Next by Date: Re: Post Data
  • Previous by thread: Re: Is this an example of AppleScript 1.8 "breaking" Script Debugger 3.01? Or is it I?
  • Next by thread: Re: Is this an example of AppleScript 1.8 "breaking" Script Debugger 3.01? Or is it I?
  • Index(es):
    • Date
    • Thread