We are pleased to announce the release of Aspose.BarCode for Java 19.1. This release enhanced the BarCodeGenerator API to support parenthesis in the CodeText. For a detailed note on what is new and fixed, please visit the release notes page of API documentation.

Generate Barcodes with Parenthesis in Code Text using Java

This release of Aspose.BarCode enhanced the BarCodeGenerator API to allow the CodeText to contain parenthesis. You may generate barcodes with parenthesis in the CodeText as shown below in the code example.

com.aspose.barcode.generation.BarCodeGenerator generator = 
new com.aspose.barcode.generation.BarCodeGenerator(EncodeTypes.PDF_417);

generator.setCodeText("Sample.Code.Text(Example).20181203_150435");
generator.save(TestDirectory + "barcodeTest2.png", BarCodeImageFormat.PNG);

Aspose.BarCode for Java Resources

The following API resources can be of help to you in getting started with Aspose.BarCode: