• 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
Quark Copy Page Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quark Copy Page Question


  • Subject: Quark Copy Page Question
  • From: Jason Bourque <email@hidden>
  • Date: Sat, 19 Mar 2005 22:04:31 -0500

Hello,

I have a script that copies over each page of one document to another. These
are chapters. Some chapters start on an even page some doesn't.

Now When this script is finish I find that the left page of the page is on
top of the right page. What I mean is that if a any box is wider than than
8.5 inches then it overlaps the right page after being copied.

I then have to manually set these boxes to the back. How can I get around
this? Can I do it in the duplicate command? Or do I have to copy the right
page then go through each box and see if it extends to the right page then
move it to the back of the current layer. Or to keep the correct layer order
can I move every item on the left page to the back of the current layer?

All help is greatly appreciated!

Jason Bourque



tell application "QuarkXPress 6.5"
            activate

            with timeout of 600000 seconds

                tell document vDocName to set vPageCount to count pages

                repeat with vNthPC from 1 to vPageCount

                    duplicate page vNthPC of document vDocName to after page
-1 of document vAdCode

                end repeat

                tell document vAdCode to save

            end timeout

        end tell


 _______________________________________________
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

  • Prev by Date: Re: How to duplicate or alias a file in Finder?
  • Next by Date: An open project (a kind of business opportunity.)
  • Previous by thread: Cant get item x in LIST
  • Next by thread: An open project (a kind of business opportunity.)
  • Index(es):
    • Date
    • Thread