JARCH SHOWCASE
JARCH SHOWCASE
Barcode Barcode component generates various types of barcodes in PNG or SVG formats. Browsers with no SVG support fallsback to PNG automatically.
Interleaved 2 of 5
Codabar
Code39
Code128
EAN-8
EAN-13
UPC-A (PNG)
UPC-E (Vertical)
PDF417
DataMatrix
Postnet
QR
<a:panelGrid columns="2">
    <h:outputText value="Interleaved 2 of 5" />
    <a:barcode value="0123456789" type="int2of5" />

    <h:outputText value="Codabar" />
    <a:barcode value="0123456789" type="codabar"/>

    <h:outputText value="Code39" />
    <a:barcode value="0123456789" type="code39" />

    <h:outputText value="Code128" />
    <a:barcode value="0123456789" type="code128"/>

    <h:outputText value="EAN-8" />
    <a:barcode value="20123451" type="ean8"/>

    <h:outputText value="EAN-13" />
    <a:barcode value="0123456789012" type="ean13"/>

    <h:outputText value="UPC-A (PNG)" />
    <a:barcode value="01234567895" type="upca" format="png"/>

    <h:outputText value="UPC-E (Vertical)" />
    <a:barcode value="01234133" type="upce" orientation="90"/>

    <h:outputText value="PDF417" />
    <a:barcode value="0123456789" type="pdf417"/>

    <h:outputText value="DataMatrix" />
    <a:barcode value="0123456789" type="datamatrix"/>

    <h:outputText value="Postnet" />
    <a:barcode value="0123456789" type="postnet"/>

    <h:outputText value="QR" />
    <a:barcode value="0123456789" type="qr"/>
</a:panelGrid>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.