Barcode taglib ver. 1.4


    JSP custom taglib lets you display barcodes in CSS. This taglib lets you output Interleave 2 of 5 barcode (digits only) and Code 39 barcode (digits and letters). Barcode will be printed in pure CSS, so you do not need to install the special fonts on the client side. For example:
 


<%@ taglib uri="taglib.tld" prefix="b" %>

<b:Interleave25>1234567</b:Interleave25>

and you will get some like this :


12345678

Tags are:

Interleave25

Body tag outputs Interleave 2 of 5 barcode. Attributes are:

1) id Optional attribute. Describes a DHTML id for your code.
2) size Optional attribute. Defines a size (in units) for your barcode. Default value is 1.

Code39

Body tag outputs Code 39 barcode. Attributes are:

1) id Optional attribute. Describes a DHTML id for your code.
2) size Optional attribute. Defines a size (in units) for your barcode. Default value is 1.
3) t Optional attribute. Defines a thickness for the wide element in your barcode. Possible values are 4 (lets you define a smallest barcode) or 5. Default value is 5.

for downloading:

Library: barcodetag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: