Browse our Products
Aspose.BarCode for Node.js via Java 23.9
All Changes
Key | Summary | Category |
---|---|---|
BARCODEJAVA-1701 | Improve the performance of the product | Enhancement |
BARCODENET-38631 | Loading BMP image fails | Bug |
BARCODENET-38678 | Can’t read data matrix from the JPG image | Bug |
BARCODENET-37507 | Improve Aztec decoder | Enhancement |
BARCODENET-37958 | Implement GS1 Composite barcode recognition | Enhancement |
Public API changes and backwards compatibility
GS1Aztec barcode type was added to DecodeType and EncodeTypes. Class Recognition.AztecExtendedParameters was added It has methods: getStructuredAppendBarcodesCount() getStructuredAppendBarcodeId() getStructuredAppendFileId() isReaderInitialization() equals(obj)
New public methods have been added to the Recognition.BarCodeExtendedParameters with the following methods: getAztec() getGS1CompositeBar()
New public methods have been added to the Generation.AztecParameters getAztecEncodeMode() setAztecEncodeMode(value) getECIEncoding() setECIEncoding(value) getStructuredAppendBarcodeId() setStructuredAppendBarcodeId(value) getStructuredAppendBarcodesCount() setStructuredAppendBarcodesCount(value) getStructuredAppendFileId() setStructuredAppendFileId(value)