tags:

views:

163

answers:

1

Hello, I am able to get the name of printer which I had installed previously on my PC.But now its not physically connected to my pc. How should I check it first before moving to Print() in Java.

+3  A: 

Take a look at the javax.print API. A good starting point would be PrintServiceLookup.

Kees de Kooter