Windows provides applications with a complete set of functions that allow printing to various devices, such as laser printers, vector plotters, raster printers, and fax machines.
Windows programmers can select from several different technologies to print from their application.
| Technology | Description |
|---|---|
|
Provides an interface to the print spooler that applications can use to send XPS documents to a printer. Native Windows applications that create XPS documents, such as by using the XPS Document API, can use the XPS Print API to send the XPS documents to a printer. Using the XPS Print API, applications can print to printers that use GDI printer drivers or XPSDrv printer drivers. | |
|
Provides an interface to the print spooler so that applications can manage printers and print jobs. Applications use the Print Spooler API to start, stop, control, and configure print jobs managed by the print spooler whether they use the XPS Print API or the GDI Print API to print the content. | |
|
Provides applications with functions to manage and convert print tickets. | |
|
Provides applications with a device-independent printing interface. Note Developers who are writing applications for Windows Vista and later versions of Windows should consider using the XPS Document API and the XPS Print API in their application. The GDI Print API is suitable for applications that must run on Windows XP and earlier versions of Windows. |
The following illustration provides a high-level view of how the different printing APIs are related.

Related topics
Build date: 5/5/2012
