Answered
Valid page in script
Longtime Photoshop scripter, first time INDD scripter.
I'm currently working on a page swaping script, though I'm stumped at the first hurdle.
Assuming I have a indd document open, with pages, why would a page be considered NOT valid?
var pages = app.activeDocument.pages;
var p = 0;
alert(pages.item("" + p).isValid);false
What have I missed or overlooked?
