Aspose.BarCode for Python via Java 21.6

All Changes

Key Summary Category
BARCODEPYTHON-136 Method BarcodeGenerator.save(self, imagePath, imageFormat) 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(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