This one was not discussed during the usergroup tour, and I have not seen anyone mention it since we released the CF8 public beta, so ... If you've ever needed server-side printing under programmatic control, ColdFusion 8 introduces a new tag. prints PDF files (including those created using , and ) to a printer of your choice. At a minimum, requires just the name of the PDF file to be sent to the default system printer, but additional attributes can be used to specify the printer, copy count, the pages to print, as well as to pass lots of other printer settings. The list of available printers (and their names, as must be passed to )is listed in the ColdFusion Administrator. And a new supporting GetPrinterInfo() function returns all sorts of information about specified printers.