HomeTechnical Support » Printing

Printing

Printing pages of a document to different trays Messages in this topic - RSS

paula
Administrator
Posts: 208


1/23/2015
paula
Administrator
Posts: 208
If the page number prints on the report, PrintBoss can be configured to print all page numbers greater than 1 to Tray 2. This would be accomplished with a ProcessPage command with a condition referencing the page number. . The ProcessPage command is the PrintBoss Manual along with a list of the conditional commands. Typically we would capture the page number field as something like {PageNo} and add two ProcessPage commands to the top of the Footer Objects tab. The first would conditionally print page 1 to Copy 0 and all pages greater than 1 would be set to print to Copy 1. These copies on the PrintBoss Form would be set to Tray 1 and Tray 2, respectively. The copy conditions precede the command, while the page number condition would follow the ProcessPage command. For example:

#[C,0]ProcessPage «[=, {ACHActive}, N]»,

#[C,1]ProcessPage «[=, {ACHActive}, Y]»,

The above are standard ProcessPage commands to determine when to process a copy based on the ACHActive status. The [=, {ACHActive}, N] section would be replaced with the page number condition.
edited by paula on 1/23/2015
0 link
email submissions
Administrator
Posts: 173


1/22/2015
email submissions
Administrator
Posts: 173
Sent: Thursday, January 08, 2015 8:37 AM
To: Support@wellspringsoftware.com
Subject: Different tray output by page?
Hi, I work with one of your clients, Merola Sales Company, and they had a request to output a report on different trays per page. To clarify, the first page would always go to Tray1 for example and all the other pages go to Tray 2. Is this something we can do with PrintBoss? Thanks
0 link






Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software