Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indesign Spread confusion



On 10/13/06 11:20 AM, Paul Abney wrote:

> I need some help with scripting Indesign CS spread pages. I can not
> quite seem to get it.
> My Indy file has 7 masters. I need to look at record 1 in a database and
> choose the correct master to use.
> But I also need these masters to be in a three page spread in Indy. So
> if the first six records in the database say to use masters
> B,C,C,A,D,E
> I need my Indy file to have the following spreads.
> 
> BCC
> ADE
> 
> The best I am able to do so far has been:
> 
> BCC
> A
> D
> E

Sorry to say that I can't take time today to explore your question further.
However, I will suggest changing a preference setting that *may* have a
dramatic effect on your ability to arrange pages into three-page spreads.
Here's the code to change the setting:

tell application "InDesign CS"
    tell document 1
        set allow page shuffle of document preferences to false
    end tell
end tell

The InDesign CS dictionary says:
    allow page shuffle boolean  -- If false then adding a page to a
    spread always adds it to that spread. If true a page can be
    shuffled to a different spread.

Shuffling, in this case, is something InDesign does based on it's own rules,
not yours. It's untested, but might be worth a try.

Stan C.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden

References: 
 >Indesign Spread confusion (From: Paul Abney <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.