0.010/29/2019

HOWTO-1249: Generate Blank Page Every X Pages

Description

How can I insert blank pages after a specific number of printed pages in a job?

Answer

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).

Windows:

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)

Mac:

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)