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:
and you will get some like this :
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.
for downloading:
Library: barcodetag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.
Related links: