• 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: Quark print query, help required, please...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quark print query, help required, please...


  • Subject: Re: Quark print query, help required, please...
  • From: Peter Waibel <email@hidden>
  • Date: Tue, 28 Nov 2006 16:54:58 +0100


Any other ideas would be appreciated. According to the Quark library I should be able to use 'OPI omit TIFF and EPS' in the PRINT line of the script.
Hi Nick,

I tried the following with XPress 6.5:

tell application "QuarkXPress"
	tell document 1
		tell OPI setup 1
			set include TIFF to false
			set include EPS to false
			set lowres TIFF to false
			set OPI active to true
			return properties
		end tell
	end tell
end tell

-->
{
	include TIFF:false,
	include EPS:false,
	«class pCMS»:true,
	lowres TIFF:false,
	«class pCMP»:true
}

I do not really understand the result («class pCMS»). What I expected would look like this:

{
	include TIFF:false,
	include EPS:false,
	lowres TIFF:false,
	OPI active:true
}

But I think you should be able to run the code above
or there is something wrong with your XPress installation.
OPI active of OPI setup 1 should return true
or all your images will be included.
I think "OPI omit TIFF and EPS" in the print line is discarded if "OPI active" is not "true"


I removed the Xtension OPI.xnt and then i got the message:

QuarkXPress got an error: Can't set include TIFF of OPI setup 1 of document 1 to false.

Maybe your OPI.xnt is corrupt?



Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden
References: 
 >RE: Quark print query, help required, please... (From: Nick Hearn <email@hidden>)

  • Prev by Date: Re: mimetype to download and execute applescript
  • Next by Date: Migration to Tiger
  • Previous by thread: RE: Quark print query, help required, please...
  • Next by thread: Re: Quark print query, help required, please...
  • Index(es):
    • Date
    • Thread