Aspose.BarCode for Node.js via Java 新版本發表

Released: Feb 27, 2025

V25.2 中的更新

特性

  • 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 BOM...

Released: Jan 30, 2025

V25.1 中的更新

特性

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

修補程式

  • 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 data...

Released: Dec 20, 2024

V24.12 中的更新

特性

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

修補程式

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

Released: Nov 25, 2024

V24.11 中的更新

特性

  • Improved QR Codes recognition speed in HighPerformance mode.

Released: Oct 30, 2024

V24.10 中的更新

特性

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

修補程式

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

Released: Sep 26, 2024

V24.9 中的更新

特性

  • 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.

修補程式

  • 'AustralianPostShortBarHeight' is ignored.

Released: Aug 27, 2024

V24.8 中的更新

特性

  • 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.

修補程式

  • AustralianPostShortBarHeight is ignored.

Released: Jul 20, 2024

V24.7 中的更新

特性

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

Released: Jun 27, 2024

V24.6 中的更新

特性

  • Added the ability to read CODABAR barcode START and STOP symbols.
  • Improved HanXin recognition performance.
  • Added ability to rebuild the architecture of CodeText encoding in 2D barcodes.

Released: May 30, 2024

V24.5 中的更新

特性

  • Added the ability to detect Unicode charsets for QR barcodes.
  • Added support for new QualitySettings structure to DataMatrix barcode engine.
  • Removed Code128DataPortion constructor from public API.
  • Removed QualitySetting.applyAll method from public API.
  • Removed AustraliaPostSettings constructors from public API.
  • Removed BarcodeSettings constructors from public API.
  • Removed Code128DataPortion.setData method from public API.

修補程式

  • Fixed Reed-Solomon error encoding for DotCode barcodes.
  • DotCode is...