Reply To: Export pages to jpg with custom filenames

#102168

It turns out I was able to fix this problem in the script. If anyone has the same problem, it has to do with the property continueNumbering of the current parent section – all spreads started with page 1.
By forcing it to TRUE it worked:

if (currentPage.appliedSection.name != “”) {
currentPage.appliedSection.continueNumbering = true;
currentPage.appliedSection.name = “”;
}

This article was last modified on March 6, 2018

Comments (0)

Loading comments...