Browse our Products

Aspose.BarCode for Python via Java 24.10

All Changes

KeySummaryCategory
BARCODEPYTHON-540Enhance the code by adding type annotations to parameters and return valuesEnhancement
BARCODEPYTHON-526Implement the exportToXml(xml_path) and importFromXml(xml_path) methods in the BarcodeGenerator classEnhancement
BARCODEPYTHON-536Explicitly cast methods return values to Python data types and custom-defined classes to ensure compatibilityEnhancement
BARCODEPYTHON-496An error regarding ComplexBarcode occurredBug
BARCODEPYTHON-576Error related to RecognitionAbortedException method has occurredBug
BARCODEPYTHON-512Encountered an error with BarcodeGeneratorBug
BARCODEPYTHON-523Tests for BarcodeGenerator failed due to an AssertionErrorBug
BARCODEPYTHON-542An exception related to BarcodeParameters occurredBug
BARCODENET-39101Sorting algirithm in QRTargetDetector throws with Exception in JavaBug
BARCODENET-39121Fix AutoSizeModeEnhancement

Public API changes and backwards compatibility

Added methods to Generation.BarcodeGenerator class exportToXml(self, xmlFile: str) -> bool importFromXml(xmlFile: str) -> BarcodeGenerator