Browse our Products

Aspose.BarCode for Java 20.5 Release Notes

All Changes

KeySummaryCategory
BARCODENET-37197Option to set Barcode value while creating barcode of type PatchCodeEnhancement
BARCODEJAVA-928Aspose.Barcode for Java 20.4-jdk17 gives exception on recognitionBug
BARCODENET-37413Investigate improvements to MBase 1D processor to improve recognition qualityBug
BARCODENET-37417Aspose.Barcode 20.01 Unexpected recognition on QR-Code with no image borders as DataLogic2of5Bug
BARCODENET-37422Unable to read barcodes from TIFFBug
BARCODENET-37425Unable to read specific barcodesBug
BARCODENET-37435Arabic text raises System.NullReferenceExceptionBug

Public API and Backward Incompatible Changes

  • Added method com.aspose.barcode.generation.BarcodeParameters.getPatchCode():PatchCodeParameters
  • Added class com.aspose.barcode.generation.PatchCodeParameters
  • Added method com.aspose.barcode.generation.PatchCodeParameters.getExtraBarcodeText():String
  • Added method com.aspose.barcode.generation.PatchCodeParameters.setExtraBarcodeText(String):voi
  • Added method com.aspose.barcode.generation.PatchCodeParameters.getPatchFormat():PatchFormat
  • Added method com.aspose.barcode.generation.PatchCodeParameters.setPatchFormat(PatchFormat):void
  • Added method com.aspose.barcode.generation.PatchCodeParameters.toString():String
  • Added enum com.aspose.barcode.generation.PatchFormat
  • Added field com.aspose.barcode.generation.PatchFormat.PATCH_ONLY
  • Added field com.aspose.barcode.generation.PatchFormat.A4
  • Added field com.aspose.barcode.generation.PatchFormat.A4_LANDSCAPE
  • Added field com.aspose.barcode.generation.PatchFormat.US_Letter
  • Added field com.aspose.barcode.generation.PatchFormat.US_Letter_LANDSCAPE