InterviewSolution
| 1. |
What Is Windows Universal Print Driver? |
|
Answer» (Universal Printer Driver or Unidriver) is a GDI-based Microsoft Windows universal printer driver and ARCHITECTURE for non-PostScript printers. It is used to simplify driver DEVELOPMENT of non-PostScript printers (also called Winprinters) for printer manufacturers. Unidrv allows the creation of a printer-specific minidriver in the form of a GPD (GENERIC Printer Description) file, similar to a PPD file, which is much SIMPLER than kernel mode driver development. (Universal Printer Driver or Unidriver) is a GDI-based Microsoft Windows universal printer driver and architecture for non-PostScript printers. It is used to simplify driver development of non-PostScript printers (also called Winprinters) for printer manufacturers. Unidrv allows the creation of a printer-specific minidriver in the form of a GPD (Generic Printer Description) file, similar to a PPD file, which is much simpler than kernel mode driver development. |
|