Aspose.BarCode for Node.js via Java 21.6

All Changes

Key Summary Category
BARCODEJS-195 Method BarcodeGenerator.generateBarCodeImage(format_name) should accept enums values for format name Enhancement
BARCODENET-37797 Remove Databar14 split pattern generation code Enhancement
BARCODENET-37789 Generated DataBar Expanded images are not recognized by other engines Bug
BARCODENET-37783 Cannot read QR code image in the PDF file Bug
BARCODENET-37778 The QR code recognition of certain image throws Exception Bug
BARCODENET-37784 Certain image cannot be recognized Bug
BARCODEJAVA-851 Test 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