[JS][IDSRV5] Generate Index from Book
hello,
i'm trying generate index book file indesign server. following script nothing happens, empty index page:
var myindex = mydocument.indexes[0]; mydocument.indexgenerationoptions.includebookdocuments = true; myindex.generate();
with desktop version have open book file first. how approach book file when generating full index documents within book?
regards, sjoerd
hi sjoerd,
try instead of mydocument assign var book
like this:
var mybook= app.activebook;
regards,
love_all
More discussions in InDesign Scripting
adobe
Comments
Post a Comment