Enumerate printers on a Mac
Posted
by
Kirk Backus
on Stack Overflow
See other posts from Stack Overflow
or by Kirk Backus
Published on 2013-11-05T21:41:49Z
Indexed on
2013/11/05
21:53 UTC
Read the original article
Hit count: 173
So, I'm familiar how to enumerate the printers using the Windows API, there are a ton of examples out there.
What I gathered from here is that I can find the printers in the /Library/Printers/
directory. When I searched there, I found more folders which didn't really mean anything to me.
To keep it simple, how do I query the mac to get a list of printers (local and networked) "attached" to the system?
Or can anyone point me in the right direction?
© Stack Overflow or respective owner