I have followed tutorial in here https://stackoverflow.com/a/12731265/4226651 and success print the barcode but it print by default printer in computer setting, i want to choose the printer before print the barcode like using PrinterJob dialog, is it possible?
Asked
Active
Viewed 1,274 times
1 Answers
0
Maybe this thread is of help and you can gain some ideas from it:

Community
- 1
- 1
-
So do you want to choose the printer during runtime or do you want to specify it in your code? – Nov 12 '14 at 09:37
-
i want to show dialog like PrinterJob did "job.printDialog()", but how to set the printable or pageable if have Doc (javax.print.doc) like in this link http://stackoverflow.com/a/12731265/4226651 i'm sorry if miss to describe it – wanz Nov 12 '14 at 09:42