Browse our Products

Aspose.BarCode for Python via Java 21.6

All Changes

KeySummaryCategory
BARCODEPYTHON-136Method BarcodeGenerator.save(self, imagePath, imageFormat) should accept enums values for format name.Enhancement
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(imagePath, imageFormat) type of imageFormat changed from string to BarCodeImageFormat enum
  • Updated function Generation.BarcodeGenerator.save(imagePath, imageFormat) type of imageFormat changed from string to BarCodeImageFormat enum