Re: 500 quarkfiles - merge to 1 document
Re: 500 quarkfiles - merge to 1 document
- Subject: Re: 500 quarkfiles - merge to 1 document
- From: Peter Waibel <email@hidden>
- Date: Fri, 18 Aug 2006 10:26:22 +0200
The following code will copy the first page of document
"SinglePage_1" to a new page of document "Target"
tell application "QuarkXPress"
tell document "SinglePage_1"
activate
show
select every generic box of page 1
set groupBounds to bounds of group box 1
copy group box 1
end tell
tell document "Target"
activate
show
set newPage to make new page at end
tell newPage
show
paste
set bounds of group box 1 to groupBounds
end tell
end tell
end tell
cheers
Peter
Hi,
I have 500 single page quark files and want to merge them to 1
document.
Can someone assist me in this?
Thanks in advance for any feedback
jan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (Applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40opix.de
This email sent to email@hidden
_______________________________________________
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