Hi, I am creating a book in PrintShop Mail 6, it has 12 intro pages and then 100 numbered pages and finally 10 pages of notes. Each book is also numbered in sequence using RECORD_NR.
The pages are numbered using ;
COUNTER(PAGE_NR()- VAL("12"), 100, 1, 3, True)
on a single layout, with number of copies set to 100
My question is how do I set an expression to skip the final notes pages until the 100 pages have printed?
Thanks, I hope this makes sense.