Reply To: Apply Master page based on page number

#99151
Peter Kahrel
Participant

The script to do this on a single document is this simple one-liner:

app.documents[0].pages[0].appliedMaster = app.documents[0].masterSpreads.item ('A-Master');

Doing that on 300+ documents is a little trickier. You have two options:

https://kasyan.ho.com.ua/batch_process_scripts/batch_process_scripts.html
https://www.kahrel.plus.com/indesign/batch_convert.html

Peter

This article was last modified on October 21, 2017

Comments (0)

Loading comments...