Browse our Products

Aspose.BarCode for PHP via Java 23.6

All Changes

KeySummaryCategory
BARCODEPHP-566Improve the engine for license files handlingEnhancement
BARCODENET-36989Improve Datamatrix recognition engineEnhancement
BARCODENET-38462Add support of Han Xin Code to Aspose.BarcodeEnhancement
BARCODENET-38608Generated PDF417 is not recognized with DataSymbol scannerBug

Public API changes and backwards compatibility

In this release: -improved DataMatrix recognition quality -introduced the support of new barcode symbology - Han Xin Code.

Han Xin Code

  • Generation->HanXinEncodeMode class was added to select allowed Han Xin encoding modes.
  • Generation->HanXinErrorLevel class was added to select allowed Han Xin error correction levels from L1 to L4.
  • Generation->HanXinVersion class was added to select allowed Han Xin versions, Auto and Version01 - Version84.
  • Generation->HanXinParameters class was added
  • function getHanXin():HanXinParameters was added to Generation->BarcodeParameters.
  • functions getHanXinEncodeMode():int and setHanXinEncodeMode(int) were added to Generation->HanXinParameters.
  • functions getHanXinErrorLevel():int and setHanXinErrorLevel(int) were added to Generation->HanXinParameters.
  • functions getHanXinVersion():int and setHanXinVersion(int) were added to Generation->HanXinParameters.
  • functions getHanXinECIEncoding():int and setHanXinECIEncoding(int) were added to Generation->HanXinParameters.
  • constants HAN_XIN and GS_1_HAN_XIN constants were added to Generation->EncodeTypes.
  • constants HAN_XIN and GS_1_HAN_XIN values were added to Recognition->DecodeType.