Hi, i need to print a string . The string I want to print represents a barcode... so I don't need to print a page with a string, but a string that is red by the printer's driver as a barcode.
Help me, please.
-
i need to use barcode printer from jsp (2 messages)
- Posted by: mirko calasso
- Posted on: February 17 2005 06:46 EST
Threaded Messages (2)
- Barcode help by Greg Ritchie on February 17 2005 18:57 EST
- You might need Barcode Generator by Fred Lee on February 17 2005 22:07 EST
-
Barcode help[ Go to top ]
- Posted by: Greg Ritchie
- Posted on: February 17 2005 18:57 EST
- in response to mirko calasso
Mirko, I would start to think about using an applet for this situation and investigating the input that your printer driver requires. We eventually sent a string directory to the COM port. I implemented a something similar a few years ago. I'm sure there are other ways to do it though.
Greg Ritchie
Visit http://www.topmindsystems.com -
You might need Barcode Generator[ Go to top ]
- Posted by: Fred Lee
- Posted on: February 17 2005 22:07 EST
- in response to Greg Ritchie
Just not quite sure whether I have got your meaning, there is some API for Java to generate Barcode image from a given string, thus you can print the image directly, hope this help~