Print a quark file
Print a quark file
- Subject: Print a quark file
- From: Rajeev Kumar <email@hidden>
- Date: Wed, 23 Mar 2005 04:11:32 +0000 (GMT)
Hi Lists,
I want to fire print of a quark file with a small text box of bounds 2,2,2,2 contaning text entered by user. Please note that this text box will be appear in the every pages of that file.
See the code below:
==================================
set theBounds to {"p7", "p7", "2p", "4p9"}
tell application "QuarkXpress 4.1"
tell document 1
tell page 1
make new text box at beginning with properties {bounds:theBounds}
tell text box 1
set text 1 to text returned by of (display dialog "Enter employee code" default answer "XXX")
end tell
end tell
end tell
end tell
==================================
Regards,
Rajeev Kumar
Yahoo! India Matrimony: Find your life partner
online.
_______________________________________________
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