Is it possible to exclude certain Master Pages from the count for Total Page Count using Javascript?
Example:
Page Set 1, only count pages using Master Page 1 & 3 and not Master Page 2 & 4.
Page Set 2, only count pages using Master Page 2 & 4 etc...
These pages are also increasing with Add Instance objects.
I only know this:
this.rawValue = xfa.layout.pageCount()-1
set in a floating field, but the static offset only works for a bit. After a few more page generation, the count goes off.
Unchecking "Include Page in Numbering" under Pagination works for only one set... I would like for both.
Help!
Thank you in advance