How can I insert blank pages after a specific number of printed pages in a job?
Use the 'Conditional Layout' function in PrintShop Mail.
Add a blank page to your layout and use the following function to have that page inserted after every X records (in this case, 25).
Create a blank (empty) layout after your regular page(s).
In PrintShop Mail Right-click on the blank page that needs to be inserted and choose 'Page Condition'.
Copy and paste the following function into the expression builder window:
IF(COUNTER(1, 25, 1, 2, True)="25", PRINT, SKIP)
Create a blank (empty) layout after your regular page(s).
Go to 'Windows' and make sure you are showing the 'Layout Conditions' window;
Doubleclick on layout nr. 2 and copy and paste the following function into the expression window:
IF(CCOUNTER(1,25,1,2,"")="25",PRINT,SKIP)