Components of a Printer Driver

A Windows NT printer driver consists of the following components:

A printer driver is specific to a particular type of printer or family of printers. Three types of printer drivers shipped with Windows NT are the raster device driver (RasDD), PostScript driver, and plotter driver. The components that comprise each of these drivers are shown in the following table.

Type of Printer Driver

Printer Graphics Driver DLL


Printer UI DLL


Data File

RasDD

rasdd.dll

rasddui.dll

Raster minidriver .DLL

PostScript

pscript.dll

psui.dll

.PPD

Plotter

plotter.dll

plotui.dll

.PCD

For example, the three components that comprise the printer driver for an HP IIIsi PostScript printer are:

Printer driver files are installed on a Windows NT system when the corresponding printer is installed.

These three driver types provide support for many of the printing devices on the market today. You need only write a printer driver if your printing device is not compatible with the appropriate system-supplied one.