Hi guys,
I have a master spread in ID CS5 with 2 pages. The right page is a different size to the left page and they are aligned at the top (as opposed to the default center). If I manually drag that master to create a new spread in the document it shows up fine. However, if I call the following code it aligns the pages by their center instead of how I have it setup in the master. Any thoughts?
tell application "Adobe InDesign CS5"
tell active document
set myNewSpread to make new spread with properties {applied master: master spread "name of spread"}
end tell
end tell
Cheers,
Tom
p.s. for those asking why I have them top aligned instead of center aligned it is due to another difficulty with ID returning strange results related to the ruler origin.