• 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: Syntax for setting print options in Quark 4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Syntax for setting print options in Quark 4


  • Subject: Re: Syntax for setting print options in Quark 4
  • From: Dave Balderstone <email@hidden>
  • Date: Tue, 02 Mar 2004 11:19:51 -0600

On 2-Mar-04, at 10:50 AM, Andre Boey wrote:

I'm having trouble with the syntax for setting the
print options. For instance, what's the best way to select the printer,
paper size, paper width, orientation, spreads, registration, bleed, etc. for
each file that's processed?

Here's a start:

---
tell application "QuarkXPress 4.11"
tell document 1
tell print setup
get properties of print setup
set printer type to "Generic Imagesetter"
set reduce or enlarge to 97
set orientation to landscape
set resolution to 1200
set data format to binary data
set halftone screen to 100
set font substitution to false
set text smoothing to false
set graphics smoothing to false
set larger print area to false
set paper offset to 0
set paper width to "25.5\""
set page gap to 0
set flip horizontal to false
set flip vertical to false
set invert image to false
set alignment to false
set unlimited downloadable fonts to false
set use PDF screen values to false
end tell
end tell
end tell
---
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


References: 
 >Syntax for setting print options in Quark 4 (From: Andre Boey <email@hidden>)

  • Prev by Date: Re: GraphicConverter: save in alias, alias ignored
  • Next by Date: Re: GraphicConverter: save in alias, alias ignored
  • Previous by thread: Syntax for setting print options in Quark 4
  • Next by thread: RE: Syntax for setting print options in Quark 4
  • Index(es):
    • Date
    • Thread