Is there any possibility so we can print bill with printer dot/jet matrix in PHP? And also, can PHP detect for barcode reader ? or just simple method, I only provide input text then if I scan with barcode reader, directly fill to input text automatically ?
Asked
Active
Viewed 1,822 times
1 Answers
0
On the client side you could use jzebra plugin (https://code.google.com/p/jzebra/) which detects all installed printers and provides escp javascript methods to send hexadecimal esc commands along with the text you want to print, while the actual printing is performed by a java applet.

mplexus
- 39
- 1
- 8