Browse our Products

Aspose.BarCode for PHP via Java 23.9

All Changes

KeySummaryCategory
BARCODEJAVA-1701Improve the performance of the productEnhancement
BARCODENET-38631Loading BMP image failsBug
BARCODENET-38678Can’t read data matrix from the JPG imageBug
BARCODENET-37507Improve Aztec decoderEnhancement
BARCODENET-37958Implement GS1 Composite barcode recognitionEnhancement

Public API changes and backwards compatibility

GS1Aztec barcode type was added to DecodeType and EncodeTypes. Constants GS_1_AZTEC and GS_1_COMPOSITE_BAR added to Recognition.DecodeType.
Constant GS_1_AZTEC added to Generation.EncodeTypes.
Class Recognition.GS1CompositeBarExtendedParameters was added. It contains methods: getOneDType() getOneDCodeText() getTwoDType() getTwoDCodeText() Class Recognition.AztecExtendedParameters was added It has methods: getStructuredAppendBarcodesCount() getStructuredAppendBarcodeId() getStructuredAppendFileId() isReaderInitialization() equals(obj)

New public methods have been added to the Recognition.BarCodeExtendedParameters: getDataMatrix() 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)