JPEG Samples

This sample demonstrates the use of Barcode/Java to dynamically generate barcode images in the JPEG format. To do this, no programming is required and your HTML page remains in plain HTML.




Here's the HTML content used to generate the above images:

<img src=".../BarcodeServlet?image=3&type=6&data=123458">
<img src=".../BarcodeServlet?image=3&type=9&data=1234567&barwidth=2">
<img src=".../BarcodeServlet?image=3&type=3&data=12345678901&rotate=3">
<img src=".../BarcodeServlet?image=3&type=22&data=95020-342740&height=15">
(replace .... with the actual path.)

So you just need to use BarcodeServlet the same way you would a static image file. You pass in parameters the same way you would pass to a CGI program.