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.

VIN (Vehicle Identification Number) barcode symbology added in Aspose.BarCode for JasperReports 1.4

We have recently released a new version of Aspose.BarCode for JasperReports v1.4. It now supports the generation of VIN (Vehicle Identification Number) barcodes. VIN barcode is used by the automotive industry to identify motor vehicles. For release notes and downloads, please visit https://downloads.aspose.com/barcode/jasperreports.… Continue Reading

Posted in Aspose.BarCode Product Family, Saqib Razzaq |

Silverlight platform support added for barcode generation in Aspose.BarCode for .NET 3.8

We are pleased to announce the release of Aspose.BarCode for .NET v3.8. In this version we added support for barcode generation for Microsoft Silverlight platform. Currently following barcodes are supported:
  • Codabar
  • Code128
  • Code11
  • Code39Extended
  • Code39Standard
  • Code93Extended
  • Code93Standard
  • Interleaved2of5
  • MSI
  • Standard2of5
  • Matrix2of5
  • DeutschePostIdentcode
  • PZN
  • ItalianPost25
  • IATA2of5
  • VIN
Continue Reading
Posted in Aspose.BarCode Product Family |

Generate VIN (Vehicle Identification Number) Barcode in Reporting Services

We have just released a new version of Aspose.BarCode for Reporting Services v2.4. It now supports the generation of VIN (Vehicle Identification Number) barcodes. VIN barcode is used by the automotive industry to identify motor vehicles. It has been accepted as a standard since 1981. For release notes and download, please visit https://downloads.aspose.com/barcode/reportingservicesContinue Reading

Posted in Aspose.BarCode Product Family |

Recognition of "Royal Mail 4-state Customer Code" added in Aspose.BarCode for Java

We have recently released a new version of Aspose.BarCode for Java v2.4. “Royal Mail 4-state Customer Code” barcode recognition is added in this version, with some other bug fixes.

For download and release notes, 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 |

EMF Image Format Now Supported in Aspose.BarCode for .NET

We are pleased to announce the release of Aspose.BarCode for .NET v3.7. In this version, we added support of saving barcode images in EMF format (Vector graphics). 

Sample code for generating and saving the barcode in EMF format:
// Initialize barcode builder
BarCodeBuilder builder = new BarCodeBuilder(“test-123”, Symbology.Code128);
// Save barcode image in EMF format
builder.SaveAsEmf(“test.emf”);

We also introduced generation of two new barcode symbologies (Royal Mail 4-state Customer Code and Vehicle Identification Number). Some bug fixes were also included.

For
Continue Reading
Posted in Aspose.BarCode Product Family |

RM4SCC, ItalianPost25 and IATA2of5 Barcode Symbologies Added to Aspose.BarCode for JasperReports 1.3

We are pleased to announce the release of Aspose.BarCode for JasperReports v1.3. Three new barcode symbology types are added in this version (RM4SCC, ItalianPost25 and IATA2of5).

Continue Reading
Posted in Aspose.BarCode Product Family, Saqib Razzaq |

Royal Mail 4-state Customer Code Barcode Symbology Added to Aspose.BarCode for Reporting Services

We have recently released a new version of Aspose.BarCode for Reporting Services v2.3. It now supports rendering of “Royal Mail 4-state Customer Code” barcode symbology on reports.

Continue Reading
Posted in Aspose.BarCode Product Family |

Core Medical Solutions Integrated Aspose.BarCode for .NET with BOSSnet EMR for Industry-grade Barcode Recognition and Generation

About Core Medical Solutions

BOSSnet EMR is a Medical Document acquisition and display tool that has been in use at various hospital sites around Australia for a number of years. Our product deals with medical documentation in an environment where the forms must be automatically identified, from an existing registry where the number may exceed 1000, where the type and location of each barcode may vary for most/all forms, and the image quality varies (as expected from a medical document). … Continue Reading

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

Aztec 2D Barcode Recognition now supported by Aspose.BarCode for Java

We are pleased to announce the release of Aspose.BarCode for Java v2.3, which now includes support for Aztec 2D barcode recognition. “Royal Mail 4-state Customer Code” barcode generation is also added in this version.

Continue Reading
Posted in Aspose.BarCode Product Family |

Aztec Barcode Recognition Support Added in Aspose.BarCode for .NET 3.6.1

We have just released Aspose.BarCode for .NET hotfix v3.6.1. It supports reading Aztec barcodes. Sample code:

// read or decode Aztec barcode
BarCodeReader reader = new BarCodeReader(“aztec.png”, BarCodeReadType.Aztec);
while (reader.Read() == true)
{
      // display the detected codetext
      Console.WriteLine(“Codetext: ” + reader.GetCodeText());
}
// close the reader
reader.Close();

Some bugs were also fixed in this hotfix. 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 |