Aspose.BarCode for PHP via Java Releases

Released: Sep 14, 2021

Updates in V21.9

Features

  • Refactored BarcodeReader interface in the data unpacking area.

Fixes

  • Throw Exception on timeout exceeding.

Released: Aug 15, 2021

Updates in V21.8

Features

  • Added support for encoding and decoding Royal Mail Mailmark 2D.

Released: Jul 27, 2021

Updates in V21.7

Features

  • Renamed Complexbarcode.php file to ComplexBarcode.php.

Fixes

  • Certain image cannot be recognized.
  • Barcodes from JPG files aren’t read in some cases.
  • Incorrect generation and recognition Aztec multiple zeros.
  • Incorrect data compactification with QR generation.
  • QR code is not recognized on full image.
  • QR code data is un-readable.

Released: Jun 26, 2021

Updates in V21.6

Fixes

  • Removed Databar14 split pattern generation code.
  • Method BarcodeGenerator->generateBarCodeImage($format_name) and save($filePath, $format) should accept enum values for format name.
  • Generated DataBar Expanded images are not recognized by other engines.
  • Cannot read QR code image in the PDF file.
  • The QR code recognition of certain image throws Exception.
  • Certain image cannot be recognized.
  • Test became failed with AssertionError exception : “expected Matrix2of5 but found Interleaved2of5”.

Released: May 19, 2021

Updates in V21.5

Fixes

  • Exception “Impossible to encode current data to the QR 40” when creating QR barcode.
  • ComplexBarcodeGenerator generates wrong barcode image.

Released: Apr 28, 2021

Updates in V21.4

Features

  • Added support for decoding Macro characters.

Fixes

  • Incorrect generation and recognition MicroPDF417.
  • Incorrect generation and recognition MaxiCode.
  • Incorrect generation and recognition MaxiCode single zero.
  • BarcodeGenerator throws exception with AutoSizeMode and FilledBars.

Released: Mar 30, 2021

Updates in V21.3

Features

  • Added the ability to customize the API.
  • Added ECI modes to Micro PDF417 data decoding algorithm.
  • Added input stream compaction mode to Micro PDF417 encoder.
  • Added ECI modes to Micro PDF417 encoder.
  • Added support for UCC/EAN-128 emulation encoding and decoding.

Released: Feb 25, 2021

Updates in V21.2

Features

  • Extended the Macro PDF417 encoder with optional fields.

Fixes

  • Barcode is not recognized.

Released: Feb 1, 2021

Updates in V21.1

Features

  • Added Structured Append support to the QR encoder.
  • Added support for Kanji encoding to the QR encoder.

Fixes

  • BarCodeResult.Region.Angle direction not returned properly.
  • MicroPDF417 hangs in Auto mode.

Released: Dec 31, 2020

Updates in V20.12

Features

  • Added additional fields to the Databar section.
  • Improved Datamatrix barcodes with support for Macro 5 and 6.

Fixes

  • Implement workaround for a GraphicsPath.AddString libgdiplus issue.
  • Incorrect code text measurement and DPI scaling on Linux.
  • Types2D DecodeType is now required.