PNG
JPG
BMP
TIFF
SVG
EAN
Generate EAN Labels with Java
Create EAN (International Article Number) barcode in Java using server-side Aspose.BarCode for Java API.
How to Generate EAN barcode Using Java
To generate EAN barcode, get Aspose.BarCode for Java API, a rich, powerful, and easy-to-use barcode API for Java-based platforms. Download the latest version directly from Maven and then install it within your Maven-based project by adding the following configurations to pom.xml:
Repository
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
Dependency
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-barcode</artifactId>
<version>version of aspose-barcode API</version>
<classifier>jdk17</classifier>
</dependency>
Steps to Generate EAN barcode in Java
Aspose.BarCode makes it easy for developers to create EAN barcode images with few lines of code.
- Create a new object of BarCodeGenerator class
- Define EAN barcode and other required barcode types as the EncodeTypes parameter
- Specify input text using the setCodeText method
- Use the BarCodeGenerator.save method to save the generated barcode image
System Requirements
Aspose barcode APIs are supported by all major platforms and operating systems. Before executing the code sample below, please check that you have the following prerequisites enabled in your system.
- Microsoft Windows, Linux, or any OS compatible with the Java Runtime Environment for JSP/JSF and desktop applications
- Java development environment, such as JRE 1.6 or above
- Java Development version JSE2 7.0 or above
Other Supported Barcode Types
Using Java, developers can also generate barcodes of differen types, including the following.
2D:
Linear:
Postal: