7.1
2013-09-23

Number of copies

PrintShop Mail allows you to print a number of copies per page. The Expression Editor can be used to generated multiple copies of each page in your document.

To setup the number of copies

 

Number Text String

Once the Expression Editor is open:

  1. Double click on the VAL function from the function list. The expression will be pasted into the Expression Edit field.
  2. Select the string value of the database field containing the number of copies.

    View   the Expression Editor
Non-numerical Text String

In this case, the data field does not contain a number string, but it does have a field to be used as "Trigger".

View   the Expression Editor

In the expression "IF([TRIGGER]="A",VAL("12"),IF([TRIGGER]="B",VAL("8"),VAL("1"))) ", the field name "TRIGGER" has either an "A" or a "B" in it. The number of copies for "A" would be 12, and the number of copies for "B" would be 8. At the end of the expression, you need to add VAL("1"), because the function must result in a numeric value.

Note: When you use layout condition SKIP for your PrintShop Mail documents with multiple layouts, or when you have applied variable Number of Copies, this may cause that the size of the record sets (the number of actual printed layouts per record) will be different per record set. This in turn may cause that some record sets will be split across different stacks.

You can also print multiple copies of your document by entering the desired number of copies in the Print Dialog. To do this:

To print a complete copy of the document before the first page of the next copy is printed, select the Collate check box. If you prefer to print all copies of the first page and then print all copies of subsequent pages, clear the check box.

Limitations