Jump to content

Printer driver

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 221.128.180.136 (talk) at 03:28, 27 April 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computers, a printer driver or a print processor is a piece of software that converts the data to be printed to the form specific to a printer. The purpose of printer drivers is to allow applications to do printing without being aware of the technical details of each printer model.

Printer drivers should not be confused with print spoolers, that queue print jobs and send them to printer one after the other.

Printer drivers in different operating systems

On UNIX systems and other systems which use the Common Unix Printing System, such as Mac OS X, printer drivers are typically implemented as filters. They are usually named the front end of the printing system, while the printer spoolers constitute the back end.

Backends are also used to determinate the available devices. On startup, each backend is asked for a list of devices it supports, and any information that is available.

On MS-DOS, there have been no system-wide printer drivers; each application was shipped with its own printer drivers, which were essentially descriptions of printer commands. Printers, too, have been supplied with drivers for the most popular applications. In additions, applications included tools for editing printer description, in case there was no ready driver.

On Microsoft Windows systems, printer drivers make a part of GDI (Unidrv or PScript-based) or XPS (XPSDrv). Programs then use the same standard APIs to draw text and pictures both on screen and on paper. Printers which use GDI natively are commonly referred to as Winprinters and are considered incompatible with other operating systems.

Win32 APIs also allow applications to send data directly to the spooler, bypassing the printer driver; however, few applications actually use this option.

PostScript Printer Description

Usually the operating system needs to know the characteristics of a printer. The PPD files are the normal way to supply this information. They have the advantage of being system independent and that there is a large freely available database of them, Foomatic.

See also