Aspose.BarCode for Node.js via Java Releases

Released: Apr 26, 2025

Updates in V25.4

Features

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

Released: Mar 25, 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 30, 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 20, 2024

Updates in V24.12

Features

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

Fixes

  • Method MaxiCodeStructuredCodetext.GetConstructedCodetext() throws NullPointerException.
  • Corrected public API of BaseGenerationParameters class.
  • The CodeText is recognized incorrectly.
  • MaxiCodeStructuredSecondMessage.getIdentifiers produces exception.

Released: Nov 25, 2024

Updates in V24.11

Features

  • Improved QR Codes recognition speed in HighPerformance mode.

Released: Oct 30, 2024

Updates in V24.10

Features

  • Implemented the exportToXml(xml_path) and importFromXml(xml_path) methods in the BarcodeGenerator class.

Fixes

  • Sorting algorithm in QRTargetDetector throws with Exception in Java.
  • Fixed AutoSizeMode.

Released: Sep 26, 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.

Released: Aug 27, 2024

Updates in V24.8

Features

  • Added the SpecificParametersUI.DataMatrix() method which returns DataMatrixParametersUI.
  • Updated HighQuality preset implementation for QR recognition engine.
  • The images that are generated should now be compared with reference images.

Fixes

  • AustralianPostShortBarHeight is ignored.

Released: Jul 20, 2024

Updates in V24.7

Features

  • Added changes to the API for Code39 and Code93.
  • Implemented SVG 2.0 color schemes (RGB, RGBA, HSL, HSLA).