Aspose.BarCode Cloud 26.6 Release Notes

New Features

  • Added symbology-specific generation parameters to all Generate API endpoints:
    • QR Code family: qrEncodeMode, qrErrorLevel, qrVersion, qrECIEncoding, qrAspectRatio, microQRVersion, rectMicroQrVersion
    • Code128: code128EncodeMode
    • PDF417 family: pdf417EncodeMode, pdf417ErrorLevel, pdf417Truncate, pdf417Columns, pdf417Rows, pdf417AspectRatio, pdf417ECIEncoding, pdf417IsReaderInitialization, pdf417MacroCharacters, pdf417IsLinked, pdf417IsCode128Emulation
  • Added structured symbology parameter objects to the GenerateBody endpoint: qrParams (QrParams), code128Params (Code128Params), and pdf417Params (Pdf417Params).
  • Added new enum types: Code128EncodeMode, ECIEncodings, MacroCharacter, MicroQRVersion, Pdf417EncodeMode, Pdf417ErrorLevel, QREncodeMode, QRErrorLevel, QRVersion, RectMicroQRVersion.

Improvements and fixes

  • Updated Aspose.BarCode core library to 26.5.0.
  • Updated Swashbuckle.AspNetCore from 10.1.7 to 10.2.1.
  • Improved API documentation: corrected grammar and spelling throughout the OpenAPI specification.