Category Archive: Aspose.BarCode Product Family

Official blog of Aspose.BarCode for .NET, Java & Reporting Services with news of newly supported features, hot fixes, technical articles, tips and videos.

Italian Post 25 and IATA 2 of 5 barcode symbologies added in Aspose.BarCode for Java 2.2

We recently released Aspose.BarCode for Java v2.2. It supports barcode generation as well as recognition of Italian Post 25 and IATA 2 of 5 barcode symbologies.

Continue Reading
Posted in Aspose.BarCode Product Family |

Aspose.BarCode for .NET Introduces Threshold Calculation in Barcode Recognition

We have recently released a new version of Aspose.BarCode for .NET v3.6 which includes support for threshold calculation in barcode recognition hints. This can be useful in recognizing some bad/damaged barcodes. Some bugs were also fixed in this version.

Continue Reading
Posted in Aspose.BarCode Product Family |

IATA and Italian Post 25 Barcode Support Added in Aspose.BarCode for Reporting Services 2.2

We just released a new version of Aspose.BarCode for Reporting Services 2.2. In this version, we added support for rendering of IATA (International Air Transport Association) 2 of 5 and Italian Post 25 barcode symbologies.

Continue Reading
Posted in Aspose.BarCode Product Family |

Aspose.BarCode for .NET Now Supports IATA 2 of 5 Barcode

We are pleased to announce the latest release of Aspose.BarCode for .NET v3.5. In this release, we added new barcode symbology, IATA 2 of 5 (aka 2 of 5 IATA or 2/5 IATA). It can generate as well as recognize IATA 2 of 5 barcodes.

IATA 2 of 5 is a numeric only barcode symbology and is used by International Air Transport Association (IATA) for managing their cargo items.

For release notes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.barcode-for-.net/default.aspx.
Continue Reading
Posted in Aspose.BarCode Product Family |

Italian Post 25 barcode symbology added in Aspose.BarCode for .NET

We have recently released a new version of Aspose.BarCode for .NET 3.4. It supports both generation and recognition of Italian Post 25 barcodes. Now, you can also specify a rectangular region within the image for barcode scanning. This is useful and more efficient in case you have a large size image and the barcode is placed at a specific location that you already know.

BarCodeReader reader = new BarCodeReader(new Bitmap(“test.png”), new Rectangle(0, 0, 300, 300), BarCodeReadType.Pdf417);
while (reader.Read())
{
Continue Reading
Posted in Aspose.BarCode Product Family |

J2ME Support added in Aspose.BarCode for Java

We are pleased to announce the release of Aspose.BarCode for Java 2.1, which now supports barcode generation and recognition for J2ME platform (CLDC/MIDP compliant mobile devices). The API documentation and a sample application for generating and recognizing barcodes for J2ME are also included in the package.

Continue Reading
Posted in Aspose.BarCode Product Family |

PZN barcode support added in Aspose.BarCode for JasperReports

We have just released a new version of Aspose.BarCode for JasperReports v1.2. It now supports PZN barcode generation and user-defined codeset pattern for Code128 BarCode.

For download and release notes, please visit http://www.aspose.com/community/files/67/jasperreports-exporters/aspose.barcode-for-jasperreports/default.aspx.
Continue Reading

Posted in Aspose.BarCode Product Family, Saqib Razzaq |

KDSolutions created a Digital Filing System using Aspose.BarCode for .NET

About KDSolutions

KD Solutions Logo

Aspose.BarCode for.Net library was used in one of our projects to assist with automating the filing process of scanned digital files. The files were scanned using a network scanner as into .tif files and saved on a shared network drive. The Aspose.Barcode .Net library and ASP.NET technology were used to search Barcodes within the pages of scanned files, recognize them, and find their appropriate match to encrypt and move the file to its destination.

Business Requirement

One of … Continue Reading

Posted in Aspose.Business, Aspose.BarCode Product Family, Case Studies | Tagged , , ,

Aspose.BarCode for Java supports PZN and Deutsche Post Identcode symbologies

We just released a new version of Aspose.BarCode for Java 2.0.0. It supports generation and recognition of PZN and Deutsche Post Identcode symbology types.

A new class has also been added to generate Code128 barcodes with user defined codeset patterns. Sample code is given below:

Code128CodeBuilder builder = new Code128CodeBuilder(Code128Set.A);
String codeText = builder.Append(“1234”).Switch(Code128Set.B).Append(“5678”).toString();
BarCodeBuilder b = new BarCodeBuilder(Symbology.CODE128, codeText);
b.setCode128Set(Code128Set.Customized);
String file = “code128.png”;
b.save(file);

For release notes and download, please visit http://www.aspose.com/community/files/72/java-components/aspose.barcode-for-java/default.aspx.
Continue Reading
Posted in Aspose.BarCode Product Family |

PZN barcode support added in Aspose.BarCode for Reporting Services

We recently released a new version of Aspose.BarCode for Reporting Services v 2.1.0. It now supports PZN barcode generation and contains some improvements in barcode designer of Visual Studio IDE.

For release notes and download, please visit http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/default.aspx.
Continue Reading
Posted in Aspose.BarCode Product Family |