Browse our Products

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.

 

Aspose.BarCode for PHP via Java 24.2

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 15.43MB
  • Date Added:
  • 28/2/2024

Description

Aspose.BarCode for PHP via Java 24.2 has been released.

File Details

This release of Aspose.BarCode for PHP via Java enables flawless barcode generation and recognition and supports two new barcode types for PHP developers.

Micro QR & rMQR Barcode Support

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*

Enhanced QualitySettings API

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.

Bug Fixes

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.

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.

 English