PDF CUPS: Common UNIX Printing System: Common ... - Google Sites

2 downloads 150 Views 108KB Size Report
CUPS: Common UNIX Printing System is first on the scene with CUPS ... author's picking apart of IPP transactions and the
PDF CUPS: Common UNIX Printing System: Common Unix Printing System - Definitive Guide to the Printing System and Internet Printing Protocol (Sams White Book) Full Books Books detail ●



Title : PDF CUPS: Common UNIX Printing System: Common Unix Printing System - Definitive Guide to the Printing System and Internet Printing Protocol (Sams White Book) Full Books isbn : 0672321963

Book synopsis CUPS: Common UNIX Printing System is first on the scene with CUPS documentation for installers, administrators, users, and programmers. One of the problems with UNIX is its spotty support for printers. Before the advent of the Common UNIX Printing System (CUPS), a particular printer needed a driver for, say, System V UNIX, and a separate driver for FreeBSD. The problem has become particularly pronounced now that Linux is becoming more popular as a desktop operating system, where it competes with Windows and other operating systems, under which printer installation is pretty easy. CUPS installs on all major UNIX and Linux flavours and handles the interface between printer and operating system. Driver writers can, therefore, write for CUPS and not worry about what's underneath. This book represents good work, and is a worthwhile guide and reference that goes beyond freely available online documentation. Some readers may be disappointed that certain procedural parts of this book--notably that which has to do with compiling CUPS into the UNIX kernel from source code--are exclusively Linux based. You can extrapolate other UNIX flavours' procedures from the UNIX instructions, but explicit "how-to" information would be nice. However, explanatory information on the Internet Printing Protocol (IPP, on which CUPS is based) is nicely written, and the CUPS documentation itself--particularly the instructions for developing printer drivers (in C) is excellent. Read this if you want to develop printer drivers for what's likely to become a standard on consumer Linux distributions. --David Wall Topics covered: the Common UNIX Printing System (CUPS) and the Internet Printing Protocol (IPP) that underlies it. Though CUPS installation and its user interface are covered, the real value of this book is in the author's picking apart of IPP transactions and the CUPS API for programmers writing printer drivers. The drivers section devotes special attention to HP PCL and PostScript document handling.