Setting up Passthrough printers to print PDF banner pages

RICOH ProcessDirector can print PDF header pages and trailer pages for a job sent to a Passthrough printer. Header pages print before the first data pages of a job. Trailer pages print after the last data pages of a job.
To set up a Passthrough printer to print PDF banner pages:
  1. In the Printers Portlet, find the Passthrough printer that you want to use to print jobs with PDF banner pages. If the printer is enabled, right-click it and select Disable.
  2. Click the printer name to open the properties notebook for the printer.
  3. Click the Banner Pages tab to display the banner page properties for the printer.
  4. Enable the appropriate banner pages:
    • To use header pages, set the Enable header pages property to Yes.
    • To use trailer pages, set the Enable trailer pages property to Yes.
  5. Specify a value for the Merge banner pages into PDF print file property.
    If you select No, update the Printer command property on the General tab so it includes multiple lpr commands. You must include one lpr command for the job and one for each type of banner page that is enabled. Enter the commands in the order that the pages should print in. For example, to print a header page, a PDF job, and a trailer page, use this command:

    lpr -P printerName ${getFileName(header,pdf,read)} && lpr -P printerName ${getCurrentFile(pdf)} && lpr -P printerName ${getFileName(trailer,pdf,read)}

  6. Click OK.
  7. Right-click the printer and select Enable.
  8. Repeat these steps for any other Passthrough printers that you want to set up to print banner pages with jobs.
    Note:
  • You can only print these banner pages on a printer device that supports the PDF data stream.
  • For header and trailer pages to print, the values of the Header copies and Trailer copies properties for the job must be set to 1 or greater. If the values of those job properties are set to 0, the printer does not print a header page or a trailer page for a specific job, even if these types of banner pages are enabled on the printer.
  • If you request header or trailer pages in the printer command, the value for the Header copies or Trailer copies property must be set to 1 or greater or the job does not print correctly.
  • To make sure that a job and its banner pages print together, set the Merge banner pages into PDF print file property to Yes. If you set it to No, another job sent to the printer at the same time might print between the job and its banner pages.
  • If you print a PDF 2.0 file with banner pages, the file is converted to PDF 1.7 format which is required for the banner pages.