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.
Code39 Body tag outputs Code 39 barcode. Attributes are: 1) id Optional attribute. Describes a DHTML id for your code.
for downloading: Library: barcodetag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|