Browse our Products

Aspose.BarCode for Java 18.8 Release Notes

New Features

  • List or chart of prerequisites required to generate a successful BarCode image of any BarCode type
  • Added UpcaGs1DatabarCoupon for new BarCode generation API
  • Interpolation AutoSize mode added in new renderers
  • MaxiCode renderer added in new BarCode generation API
  • DotCode renderer added in new BarCode generation API

All Changes

KeySummaryCategory
BARCODENET-36872List or chart of prerequisites required to generate a successful BarCode image of any BarCode typeNew Feature
BARCODENET-36941Added UpcaGs1DatabarCoupon for new BarCode generation APINew Feature
BARCODENET-36930Interpolation AutoSize mode added in new renderersNew Feature
BARCODENET-36923MaxiCode renderer added in new BarCode generation APINew Feature
BARCODENET-36922DotCode renderer added in new BarCode generation APINew Feature
BARCODENET-36942Code16K BarCode drawn without above and below borders Bug
BARCODENET-36952GS1 Datamatrix BarCode wrapping issue in case of CodeLocation.RightBug

Public API and Backward Incompatible Changes

Following members have been added:

  • com.aspose.barcode.generation.AutoSizeMode.Interpolation
  • Method com.aspose.barcode.generation.BarCodeGenerator.setMaxiCodeEncodeMode(int)
  • Method com.aspose.barcode.generation.BarCodeGenerator.getMaxiCodeEncodeMode()
  • Method com.aspose.barcode.generation.BarCodeGenerator.setDotCodeMask(int)
  • Method com.aspose.barcode.generation.BarCodeGenerator.getDotCodeMask()