July 2015
Intermediate to advanced
366 pages
8h 7m
English
Yet another list function provided by arcpy is ListPrinterNames(), which generates a list of the available printers. As is the case with the other list functions that we've examined, ListPrinterNames() is often called a preliminary step in a multistep script.
Before printing maps with the PrintMap() function, it is a common practice to call the ListPrinterNames() function, which returns a list of the available printers for the local computer. A particular printer can then be found by iterating the list of printers and using it as an input for the PrintMap() function.
Follow these steps to learn how to use the ListPrinterNames() function to return a list of the available printers for ...
Read now
Unlock full access