How to print barcode with epl using PrinterJob in java

1.3k views Asked by At

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?

1

There are 1 answers

2
AudioBubble On

Maybe this thread is of help and you can gain some ideas from it:

How to use Java to print on a network printer?