Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.33 KB

tag.barcode.md

File metadata and controls

29 lines (24 loc) · 1.33 KB

To Draw Barcode

To draw barcodes in HTML, you can use drawServlet. It is mostly based on barcode4j, with the exception of QR Codes, which are powered by ZXing.

Sample for JSP

<img src="drawServlet?type=qrcode&msg=hellword">

API

Type Description
qrcode QR Code QR Code
codabar Codabar Codabar
code39 Code 39 Code 39
code128 Code 128 Code 128
2of5 Interleaved 2 of 5 Interleaved 2 of 5
itf14 ITF-14 ITF-14
ean13 EAN-13 EAN-13
ean8 EAN-8 EAN-8
upca UPC-A UPC-A
upce UPC-E UPC-E
postnet POSTNET POSTNET
rmcbc Royal Mail Customer Barcode Royal Mail Customer Barcode
usps4cb USPS Intelligent Mail USPS Intelligent Mail
pdf417 PDF417 PDF417
datamatrix DataMatrix DataMatrix