Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
This release of Aspose.BarCode for PHP via Java enables flawless barcode generation and recognition and supports two new barcode types for PHP developers.
You can now generate and recognize Micro QR and rMQR barcodes within your PHP applications and expand your barcode processing capabilities. This code example highlights generating and recognizing the Micro QR code.
$codetext = "Aspose"; $generator = new BarcodeGenerator(EncodeTypes::MICRO_QR, $codetext); $generator->getParameters()->getBarcode()->getQR()->setMicroQrVersion(MicroQRVersion::M4); $image = $generator->generateBarCodeImage(BarCodeImageFormat::PNG); $reader = new BarCodeReader($image, null, DecodeType::MICRO_QR); $barCodeResults = $reader->readBarCodes(); println('CodeText:' . $barCodeResults[0]->getCodeText()); println('CodeType: ' . $barCodeResults[0]->getCodeTypeName());
Source*
QualitySettings
We have improved the QualitySettings API with this update of Aspose.BarCode for PHP via Java. It now offers more control over barcode recognition quality with new presets and methods.
Version 24.3 of the barcode API resolves issues related to DotCode barcode recognition, license engine character handling, and barcode recognition in specific image formats.
DotCode
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.BarCode for PHP via Java 24.2 Release Notes.