Overview

Printers in the research domain will issue a banner page, by default, at the start of each print job.

You may not, however, want a banner page. This document will show you how to disable banner pages for print jobs.

Printing from the Command Line

To print a text file without a banner page, use the -o option:

lpr -Pps281 -o job-sheets=none filename.txt

Printing from an Application

Many applications, including Microsoft Word and Google Chrome, allow the user to access the advanced printing features of a printer, and it's in these advanced feature settings that the ability to disable the banner page is located. Some applications - LibreOffice on Linux, for example - don't.

Windows users can disable the banner page on a particular printer through the "Start --> Devices and Printers" Control Panel. Linux users can use the "xpp" utility to disable the banner page on a particular printer.

Disabling the Banner Page (Windows)

Select "Start --> Devices and Printers" as shown in the first image, below. Right-click on the printer you wish to adjust, and select "Printer Properties". In the printer properties page, select the "Preferences..." button, as shown in the second image.

 

In the printer preferences page, select the "Advanced..." button as shown in the third image. In the "Advanced Options" window, scroll to the bottom, select "Start Banner", and change its value, as shown in the fourth image.

 

Disabling the Banner Page (Linux)

The "xpp" application uses the value of your "$PRINTER" environment variable, and allows the configuration of your interaction with that particular printer. Run the "xpp" application from the Linux command line, and select the "Options..." button, as shown in the first image.

From the "Job/Others" tab - see the second image - change the value in the "Banner Pages" section, and then select the "Save Settings" button at the bottom of the dialog box. Selecting "OK" and then "Close" from the main window will terminate the application.

 

One caveat: You need to log out and back in for the changes made in the "xpp" application to be used.