Barcode php or linux
Moderator: Moderators
Barcode php or linux
I've been looking for a barcode EAN128C generator for a while but so far havent found nething good so the question is..
Does anyone know where/how/etc get a barcode EAN128C generator for php? or a linux program would be fine aswell (command line)
help!
Does anyone know where/how/etc get a barcode EAN128C generator for php? or a linux program would be fine aswell (command line)
help!
There's a chopper coming in 3 days and there's a katana on top of the cafe and that's all you need to know
BeAViS wrote:yes. and.... whats wrong with it?Den wrote:but asp
Den wrote:Does anyone know where/how/etc get a barcode EAN128C generator for php? or a linux program would be fine aswell (command line)
There's a chopper coming in 3 days and there's a katana on top of the cafe and that's all you need to know
http://bisqwit.iki.fi/barcode.html
http://www.ashberg.de/php-barcode/download/
http://www.nieko.net/?view=barcode.php
Something like that? Guess the first 1 is less useful, but the 2 others look promising.
http://www.ashberg.de/php-barcode/download/
http://www.nieko.net/?view=barcode.php
Something like that? Guess the first 1 is less useful, but the 2 others look promising.
Yeh tried those allready, they work allright (using php-barcode for another project)Repsaj wrote:http://bisqwit.iki.fi/barcode.html
http://www.ashberg.de/php-barcode/download/
http://www.nieko.net/?view=barcode.php
Something like that? Guess the first 1 is less useful, but the 2 others look promising.
doesnt support ean128c
There's a chopper coming in 3 days and there's a katana on top of the cafe and that's all you need to know
I used this at work last summer:
http://www.phpclasses.org/browse/package/2441.html
It had 2 bugs which I fixed and posted the fixed codes @ forum:
http://phpclasses.mkdata.net/discuss/package/2441/
After that I could produce code 128 C barcodes to bills that worked in Finnish banks.
http://www.phpclasses.org/browse/package/2441.html
It had 2 bugs which I fixed and posted the fixed codes @ forum:
http://phpclasses.mkdata.net/discuss/package/2441/
After that I could produce code 128 C barcodes to bills that worked in Finnish banks.
EAN 128 C uses Code 128 C encoding which is supported in the script I pasted above. The script includes the start character and function code (FNC1) automatically if I remember right so all you have to do is to hardcode that the first character in the data field is fixed as proper Application Identifier.
Check more info from here.
http://www.gs1-128.info/
http://www.idautomation.com/code128faq. ... CC_EAN_128
Here is also the Code 128 barcode table which might come handy:
http://www.barcodeman.com/info/c128.php3
Check more info from here.
http://www.gs1-128.info/
http://www.idautomation.com/code128faq. ... CC_EAN_128
Here is also the Code 128 barcode table which might come handy:
http://www.barcodeman.com/info/c128.php3