• 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: Indesign Spread confusion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indesign Spread confusion


  • Subject: Re: Indesign Spread confusion
  • From: Stan Cleveland <email@hidden>
  • Date: Fri, 13 Oct 2006 13:00:10 -0700
  • Thread-topic: 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:

This email sent to email@hidden

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

  • Prev by Date: Scripting menu commands in Adobe Acrobat
  • Next by Date: Re: App and droplet
  • Previous by thread: Indesign Spread confusion
  • Next by thread: Scripting menu commands in Adobe Acrobat
  • Index(es):
    • Date
    • Thread