• 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
Make from quark document a postscript file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Make from quark document a postscript file


  • Subject: Make from quark document a postscript file
  • From: Bastiaan Boertien <email@hidden>
  • Date: Wed, 12 Jan 2005 14:22:43 +0100

Hi list

Can anyone help me with my script.
This script that I made works.
The problem is that the images in the postscript file are highres. Does anyone know how to make this lowres?



tell application "QuarkXPress Passport"
open file theFile use doc prefs yes remap fonts no
tell document 1
tell print setup
set printer type to "Adobe PDF"
set paper size to "A3"
set fit in area to true
set absolute overlap to false
set orientation to landscape
set page position to center position
set print colors to composite RGB
set print quality to rotate
set registration marks to centered
set registration marks offset to "6 pt"
set resolution to 72
set full res rotated objects to false
set collate to false
set invert image to false
set data format to binary data
end tell
end tell
print document 1 PostScript file PSFile

delay 7 -- this is needed because next command will not wait till previous command is finished
close document 1 saving no
end tell


Thanks in advance,

Greeting bastiaan
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Make from quark document a postscript file
      • From: Luca Pozzato <email@hidden>
  • Prev by Date: Pages program = unscriptable
  • Next by Date: Re: Pages program = unscriptable
  • Previous by thread: Re: Pages program = unscriptable
  • Next by thread: Re: Make from quark document a postscript file
  • Index(es):
    • Date
    • Thread