If sufficient money, program sends job to printer automatically without popping up the print screen.
Program determines pages to be printed and deducts amount from user account What I'm needing to do is send a pdf document to the printer upon user request.
I've been googling information on how to print a pdf in java, and it seems that the java print api is used more for printing from a swing app.