Barcode Generation Basics - Create Barcodes in Java
This documentation chapter is dedicated to barcode generation basics and the related questions, such as supported symbologies, barcode appearance-related properties, managing barcode size, customizing barcode text, saving generated barcodes, working with GUI-based development tools, and many other subjects. You can find the required information in the articles specified below.
Article | Description |
---|---|
Set Barcode Size and Resolution | Outlines the capabilities to customize the barcode measurement units and the resolution of generated barcode images |
Adjust Barcode Appearance | Explains how to adjust barcode appearance-related properties, such as size, rotation angle, paddings, borders, and bar width reduction |
Customize Barcode Text | Describes the ways to manage various parameters of barcode text and captions, including visibility, location, font, spacings, and wrapping modes |
Customize Barcode Color Scheme | Represents the available options to customize the color scheme of barcodes and their elements |
Save Generated Barcodes | Explains how to save generated barcode images in different ways (saving to stream, file, or bitmap) and various output image formats (raster and vectore ones) |
Set Checksum Controls in 1D Barcodes | Describes checksum settings for 1D barcodes |
Work with Barcode Generation State in XML | Explains how to import and export barcode data from and to XML |
Barcode Generation in Aspose.BarCode API for Java | Shows how to work with Aspose.BarCode API for Java and how to create Java Swing applications |