S
Saso Zagoranski
Hi all!
Does anyone know how can I print a barcode to a normal printer? I have to
use code93...
I have seen an example of this where code39 is used...
printFont = new Font("Code39",18);
graphics.draw...(....,printFont,text);
is this it? I think it should be a bit more complicated than that
I probably need the Code93 font, right? Is there a place where I could get
it for free?
thank,
saso
Does anyone know how can I print a barcode to a normal printer? I have to
use code93...
I have seen an example of this where code39 is used...
printFont = new Font("Code39",18);
graphics.draw...(....,printFont,text);
is this it? I think it should be a bit more complicated than that

I probably need the Code93 font, right? Is there a place where I could get
it for free?
thank,
saso