• 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: Jan Bultereys <email@hidden>
  • Date: Fri, 18 Aug 2006 10:55:57 +0200
  • Thread-topic: 500 quarkfiles - merge to 1 document

Peter, yes that's exactly what I was looking for.

Thanks very very much, have a nice weekend
jan


> From: Peter Waibel <email@hidden>
> Date: Fri, 18 Aug 2006 10:26:22 +0200
> To: applescript-users users <email@hidden>
> Subject: Re: 500 quarkfiles - merge to 1 document
>
> 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:
> edepot.com
>
> 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

References: 
 >Re: 500 quarkfiles - merge to 1 document (From: Peter Waibel <email@hidden>)

  • Prev by Date: Quick search through large number of folders
  • Next by Date: Image Events
  • Previous by thread: Re: 500 quarkfiles - merge to 1 document
  • Next by thread: Lunching Applescript from Java?
  • Index(es):
    • Date
    • Thread