Toggen

Selected posts

FOP-2.9 and BARCODE4J 2.2.4

3 years ago I got Apache FOP working with the Sourceforge version of Barcode4J: https://toggen.com.au/it-tips/implement-sscc-label-printing-using-apache-fop-and-xml/ The source forge version of Barcode4J dates from 2015 it has been forked, is now hosted on Github at...

Zint – FNC1

GS1-128 Barcodes have a FNC1 character at the beginning but if a field is variable length a FNC1 is embedded to delimit the end of the field from the next AI code Zint is a open source barcode generator and it already has the AI rules in it so that it knows when to...

Using gnubarcode to generate a GS1-128 barcode

Tried using the Code 128 options but couldn't get the right out put The trick I found is to use Code 128 raw mode. The caveat is it won't format a nice human readable text label for the barcode you will have to add that your self later (perhaps hack the postscript)....

Opensource Barcode Generator in Pure Postscript

Opensource Barcode Generator in Pure Postscript

Update March 2015: It appears that Scribus' support for bwipp is now broken the control characters you need to insert correctly formatted barcodes now seem to be ignored. So I can't get a valid GS1-128 barcode by using Code-128 and inserting the correct Symbol start...