Browse our Products
Aspose.BarCode for Reporting Services 25.2 Release Notes
This page contains release notes information for Aspose.BarCode for Reporting Services 25.2.
All Changes
Key | Summary | Category |
---|---|---|
BARCODENET-39209 | Make generation of BarCodeImageFormat.Pdf format system independent | Bug |
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);