Browse our Products

Aspose.BarCode for Reporting Services 25.2 Release Notes

All Changes

KeySummaryCategory
BARCODENET-39209Make generation of BarCodeImageFormat.Pdf format system independentBug

Public API changes and backwards compatibility

PDF encoder

Fixed bug with differences in created pdf files which depended from system localization.

var gen = new BarcodeGenerator(EncodeTypes.Code128, "Aspose");
gen.Save("code128.pdf", BarCodeImageFormat.Pdf);