• 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: 500 quarkfiles - merge to 1 document
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: 500 quarkfiles - merge to 1 document
      • From: Jan Bultereys <email@hidden>
References: 
 >500 quarkfiles - merge to 1 document (From: Jan Bultereys <email@hidden>)

  • Prev by Date: Re: Get "Received: " fields from messages headers in Mail.app
  • Next by Date: Quick search through large number of folders
  • Previous by thread: 500 quarkfiles - merge to 1 document
  • Next by thread: Re: 500 quarkfiles - merge to 1 document
  • Index(es):
    • Date
    • Thread