Re: Print setup with XP4
Re: Print setup with XP4
- Subject: Re: Print setup with XP4
- From: Luca BASSINI <email@hidden>
- Date: Wed, 21 Apr 2004 12:00:15 +0200
Studio G sarl ha scritto:
Hi folks,
Hi
Has anybody experienced to set up the print setup record with XP4 ?
I don't understand some points...
1) Can I use my "print styles" with Applescript ?
unfortunately not... But you could work...around this ;-)
a) apply your print style to a document
b) run this script
tell application "QuarkXPress Passport 4.11"
tell document 1
set printSetupRecord to print setup
end tell
end tell
2) How can I set up the width and height of the paper ?
addressing the paper height and paper width properties of the print
setup record
Any short examples would be much appreciated,
look at the result you could get... and you will clearly understand!
By the way, my final purpose is to generate some ".ps" file to be
process
later in Distiller.
It's normally possible... Just remember: the .ps file you're producing
has to be saved on the root of your system disk...
Search this list, there are some posts on this same topic
Olivier
Luca
_______________________________________________
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.