## Chapter 11 Printing **Table of Contents** * 11.1 [Synopsis](printing.html#PRINTING-SYNOPSIS) * 11.2 [Introduction](printing-intro-spooler.html) * 11.3 [Basic Setup](printing-intro-setup.html) * 11.4 [Advanced Printer Setup](printing-advanced.html) * 11.5 [Using Printers](printing-using.html) * 11.6 [Alternatives to the Standard Spooler](printing-lpd-alternatives.html) * 11.7 [Troubleshooting](printing-troubleshooting.html) ***Contributed by Sean Kelly. ******Restructured and updated by Jim Mock. *** ## 11.1 Synopsis DragonFly can be used to print to a wide variety of printers, from the oldest impact printer to the latest laser printers, and everything in between, allowing you to produce high quality printed output from the applications you run. DragonFly can also be configured to act as a print server on a network; in this capacity DragonFly can receive print jobs from a variety of other computers, including other DragonFly computers, Windows® and Mac OS® hosts. DragonFly will ensure that one job at a time is printed, and can keep statistics on which users and machines are doing the most printing, produce ***banner*** pages showing who's printout is who's, and more. After reading this chapter, you will know: * How to configure the DragonFly print spooler. * How to install print filters, to handle special print jobs differently, including converting incoming documents to print formats that your printers understand. * How to enable header, or banner pages on your printout. * How to print to printers connected to other computers. * How to print to printers connected directly to the network. * How to control printer restrictions, including limiting the size of print jobs, and preventing certain users from printing. * How to keep printer statistics, and account for printer usage. * How to troubleshoot printing problems. Before reading this chapter, you should: * Know how to configure and install a new kernel ([Chapter 9](kernelconfig.html)). CategoryHandbook Category