ColdFusion's new tag lets you print files from the ColdFusion server. And the new GetPrinterInfo() function reports information about available printers. But how can you get a list of installed printers? There is a list in ColdFusion Administrator, but what if you need this information within your own code? We probably should have added a GetPrinters() function, and maybe we will in the future. But for now, you can use this simple UDF which returns an array of printers recognized by the ColdFusion server: