[nyphp-talk] Creating Barcodes..

2013-03-19 Thread Nicholas Hart
I need to generate a barcode in php and link it to an html document for printing and then scanning. Has anyone done this? I have been attempting this using the Free30f9.TTF font but I was unable to get this to scan at all. I have also tried barcode command in linux which does scan but only outpu

Re: [nyphp-talk] Creating Barcodes..

2013-03-19 Thread Donald Organ
take a look at the command line utility called ps2raster you can specify the output format. On Tue, Mar 19, 2013 at 2:58 PM, Nicholas Hart wrote: > I need to generate a barcode in php and link it to an html document for > printing and then scanning. Has anyone done this? I have been attemptin