Browse our Products

Aspose.BarCode for Node.js via Java 21.6

All Changes

KeySummaryCategory
BARCODEJS-195Method BarcodeGenerator.generateBarCodeImage(format_name) should accept enums values for format nameEnhancement
BARCODENET-37797Remove Databar14 split pattern generation codeEnhancement
BARCODENET-37789Generated DataBar Expanded images are not recognized by other enginesBug
BARCODENET-37783Cannot read QR code image in the PDF fileBug
BARCODENET-37778The QR code recognition of certain image throws ExceptionBug
BARCODENET-37784Certain image cannot be recognizedBug
BARCODEJAVA-851Test became failed with AssertionError exception : “expected Matrix2of5 but found Interleaved2of5”Bug

Public API and Backward Incompatible Changes

  • Updated function ComplexBarcode.ComplexBarcodeGenerator.save(filePath, format) type of format changed from String to BarCodeImageFormat
  • Updated function ComplexBarcode.ComplexBarcodeGenerator.generateBarcodeImage(format) type of format changed from String to BarCodeImageFormat
  • Updated function Generation.BarcodeGenerator.save(imagePath, format) type of format changed from String to BarCodeImageFormat
  • Updated function Generation.BarcodeGenerator.generateBarcodeImage(format) type of format changed from String to BarCodeImageFormat