I\'m actually working on a Java application that shares printers to a server, and I need this application to get the make and model of the printers it shares.
I know
For those who are interested in this subject, I kept looking for a solution that would use the basic Java libraries but, when I started looking the source code of these libraries, I found out that most of the methods that are supposed to return printer's attributes have never been implemented, they always return a Null value. So, at this moment, there is no way to accomplish this in Java.
There are two workarounds, that I posted on the second edit of my original question: