Question
[JS IDCS5] Insert page based on A-master
Hi,
The following script updates the chapters within a book and insert a blank page if the chapter is ending with an odd-numbered page:
myBook.insertBlankPage = true;
myBook.repaginationOption = RepaginateOption.NEXT_ODD_PAGE;
myBook.updateChapterAndParagraphNumbers();
myBook.repaginate();
myBook.save();
The blank page inserted is really a blank page. How can I define it has to be based on the A-master page?
Sjoerd