How to print Bar Code using Syteline 6

rainylsh

Member
I want print bar code into transfer form, Can you tell me how to print a character to be bar code? what will i prepare? a special printer? it's better if you can give me a example. thanks .
 
1.HP 3000 series or up type driver with barcode mode can print bar code.
2.the third support, like excel using bar code controler
 
1.HP 3000 series or up type driver with barcode mode can print bar code.
2.the third support, like excel using bar code controler

We have been using Okidata 320 printers to print bar codes on adhesive labels. We are in the process of moving to thermal transfer printers and using Jetforms to manage the bar code output.
 
on linux:
Code:
UNIX SILENT VALUE ('barcode -e "128" -b "' +
      "123456789" +
      '" -g "100x50+0+0" -o /tmp/barcode.pcl -P').
 
Back
Top