Aspose.BarCode for Python via Java Releases

Released: Jun 25, 2025

Updates in V25.6

Features

  • Implemented reading and processing of the EXIF rotation property in images.
  • Improved quality of 1D barcode recognition on dataset.

Fixes

  • Certain pharmacode images are not recognized.

Released: May 27, 2025

Updates in V25.5

Features

  • Added CMYK color support for PDF barcode generation.
  • Improved DataMatrix recognition performance.

Released: Apr 28, 2025

Updates in V25.4

Features

  • Improved Databar recognition quality and performance (DBase processor).

Released: Mar 27, 2025

Updates in V25.3

Features

  • Recognition quality and speed of PBase processors was improved. These improvements include the following symbologies:
    • PatchCode
    • Pharmacode
  • Recognition speed of most 1D processors was improved with new changes to 1D recognition engine.

Fixes

  • Fixed bug with incorrect barcode region detection where Image property RotateFlipType changes picture orientation.
  • Fixed bug with differences in created PDF files which depended from system localization.

Released: Feb 27, 2025

Updates in V25.2

Features

  • Recognition quality and speed of NDTBase processors - These improvements include the following symbologies: Code128, Code16K, Supplement, UPCE, Code39, Code39FullASCII.
  • BarcodeGenerator API updated - Updated SetCodeText functions for charset encodings. Currently, there are two variants of the function: with selection of BOM (byte order mark) insertion and without. Updated the setCodeText methods for character set encodings. It currently has two variants of the method: one that allows...

Released: Jan 31, 2025

Updates in V25.1

Features

  • Added QualitySettings support to the NBase and WDTBase processors.
  • Implemented a PDF encoder for Aspose.BarCode.

Fixes

  • Barcode scanner reads the wrong value using USPS OneCode.
  • Fixed infinite recursion in QuadPointsHelper.
  • Generator always throws Aspose.BarCode.BarCodeException: 'Can't render barcode: not enough space' on RotationAngle=45.
  • Fields of ComplexBarcode.Address were not initialized.
  • MailmarkCodetext should throw meaningful Java Exceptions when provided with incorrect input...

Released: Dec 23, 2024

Updates in V24.12

Features

  • Added support for new 'QualitySettings' structure to the 1D barcode engine.

Fixes

  • Method MaxiCodeStructuredCodetext.GetConstructedCodetext() throws NullPointerException.
  • Error occurred while calling BarCodeReader.setBarCodeImage method.
  • MaxiCodeExtendedParametersTests class tests failed with AttributeError.
  • MaxiCodeExtendedParametersTests class test failed with AssertionError.

Released: Nov 22, 2024

Updates in V24.11

Features

  • Implemented the __str__ method in all relevant classes across the code.
  • Implemented the __eq__ method in all relevant classes across the project.
  • Enhanced the code by adding type annotations for parameters and return values.
  • Enhanced the inheritance design using the ABC module.
  • Improved QR Codes recognition speed in HighPerformance mode.

Fixes

  • The getMaxiCodeMode and setMaxiCodeMode methods in the MaxiCodeExtendedParameters class should now use the MaxiCodeMode enum instead of an...

Released: Oct 29, 2024

Updates in V24.10

Features

  • Added type annotations to parameters and return values.
  • Implemented the exportToXml(xml_path) and importFromXml(xml_path) methods in the BarcodeGenerator class.
  • You can now explicitly cast methods return values to Python data types and custom-defined classes to ensure compatibility.

Fixes

  • An error regarding ComplexBarcode occurred.
  • Error related to RecognitionAbortedException method has occurred.
  • Encountered an error with BarcodeGenerator.
  • Tests for BarcodeGenerator failed due to an...

Released: Sep 27, 2024

Updates in V24.9

Features

  • Updated PZN encoder and decoder.
  • Added tests for the functionality added in release 24.6, including setters and getters.
  • QR, MicroQR, RectMicroQR barcodes recognition parameters obtained new public properties QRVersion, MicroQRVersion, RectMicroQRVersion and QRErrorLevel, which have been added to the QRExtendedParameters.

Fixes

  • 'AustralianPostShortBarHeight' is ignored.