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.
<img src="drawServlet?type=qrcode&msg=hellword">
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.
<img src="drawServlet?type=qrcode&msg=hellword">