Este conteúdo não está disponível no idioma selecionado.

18.3. Bar codes


Seam can use iText to generate barcodes in a wide variety of formats. These barcodes can be embedded in a PDF document or displayed as an image on a web page. However, barcodes cannot currently display barcode text when used with HTML images.
Expand
<p:barCode>
Description
Displays a barcode image.
Attributes
  • type — A barcode type supported by iText. Valid values include: EAN13, EAN8, UPCA, UPCE, SUPP2, SUPP5, POSTNET, PLANET, CODE128, CODE128_UCC, CODE128_RAW and CODABAR.
  • code — The value to be encoded by the barcode.
  • xpos — For PDFs, the absolute x position of the barcode on the page.
  • ypos — For PDFs, the absolute y position of the barcode on the page.
  • rotDegrees — For PDFs, the rotation factor of the barcode in degrees.
  • barHeight — The height of the bars in the barcode.
  • minBarWidth — The minimum bar width.
  • barMultiplier — The bar multiplier for wide bars or the distance between bars for POSTNET and PLANET code.
  • barColor — The color the bars should be drawn in.
  • textColor — The color of any text on the barcode.
  • textSize — The size of any text on the barcode.
  • altText — The alt text for HTML image links.
Usage
<p:barCode type="code128" barHeight="80" textSize="20" 
   code="(10)45566(17)040301" codeType="code128_ucc" 
   altText="My BarCode" />
Copy to Clipboard Toggle word wrap
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2026 Red Hat
Voltar ao topo