Skip to main content

Barcode Generation API for Java

The Barcode Generation API generates high-quality 1D and 2D barcodes in Java applications. You can configure symbology parameters (such as module size, text, colors, and visual settings) and export barcodes to PNG, JPEG, SVG, or PDF with print-ready quality.

Supported Barcode Types

The Barcode Generation API generates popular 1D (EAN, UPC, Code 128) and 2D (QR Code, DataMatrix, PDF417, Aztec) barcode types.

Supported Barcode Types, DevExpress Barcode Generation API for Java

Refer to the following help topic for additional information: Barcode Types.

Barcode Generation Workflow

  1. Choose symbology from the supported barcode list.
  2. Configure common options (colors, layout, DPI, module size).
  3. Set symbology-specific options (for example, QR Code error correction).
  4. Export a barcode image and embed it in your application or documents.

Read Tutorial: Getting Started

View Example: Demos — Office & PDF File API for Java

Next Steps

See Also