3

I use java.awt.print and javax.print to enable printing in our applications. Is it possible to get a notification when printing is completed?

Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614
Jayan
  • 18,003
  • 15
  • 89
  • 143

1 Answers1

1

Your answer is to use a PrintJobListener. Take a look at this answer for more information and an example.

Community
  • 1
  • 1
BoffinBrain
  • 6,337
  • 6
  • 33
  • 59