Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
MaxiCode is a 2D barcode type used to encode textual data and streams of bytes. MaxiCode barcodes contain special round bullseye finder patterns consisting of 3 circles, 6 orientation patterns, and 33 rows composed of 29 or 30 hexagonal modules. This barcode standard has been developed for postal services and is recommended for industrial tasks. Its encoding capacity may vary according to the properties of encoded information and may reach up to 60 bytes or 90 alphanumeric characters or 140 numerical digits. The MaxiCode symbology supports Reed-Solomon error correction.
Aspose.BarCode for Java supports several encoding modes for the MaxiCode symbology that can be managed through the setMaxiCodeEncodeMode method of class MaxiCodeParameters:
To ensure appropriate barcode generation, input data for Encoding Modes 2 and 3 needs to be organized using specific formats defined as follows:
The standard includes several special characters:
Following MaxiCode barcodes have been generated applying Formats 1 and 2 of Encoding Mode 2.
Mode 2 | Format 1 | Format 2 |
---|---|---|
![]() |
![]() |
Encoding modes 4, 5, and 6 can be used to encode arbitrary textual data or streams of bytes.
Aspect Ratio is one of the most important parameters for barcode generation that is determined as the ratio between barcode height and width. The setAspectRatio method of class MaxiCodeParameters can be used to modify barcode proportions corresponding to X and Y coordinates. Aspect Ratio is defined as a relative coefficient to the XDimension value. For MaxiCode barcode generation, it is recommended to set the value of Aspect Ratio to 1. The following MaxiCode has been created with the Aspect Ratio equal to 0.5.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.