Author Archives: Saqib Razzaq

Render OPC and Leitcode barcodes in JasperReports

Aspose.BarCode icon

We just released a new version of Aspose.BarCode for JasperReports 1.5. In this version, we added support for rendering OPC and Deutsche Post Leitcode barcodes.

For download and release notes, please visit the Aspose.BarCode for JasperReports download section of our website.… Continue Reading

Posted in Aspose.BarCode Product Family, Saqib Razzaq | Tagged , , ,

Generate and Recognize OPC, VIN and Leitcode Barcodes using Aspose.BarCode for Java

We are pleased to announce the release of a new version of Aspose.BarCode for Java 2.6. In this version, we added barcode generation and recognition support for the following symbologies:

  • OPC (Optical Product Code)
  • Deutsche Post Leitcode
  • VIN (Vehicle Identification Number)

Below are some of the sample barcode images generated by Aspose.BarCode for Java. Visit documentation for details and code samples.

generate Leitcode barcode in Java
Generate VIN barcode in Java
Generate OPC barcode in Java

For release notes and downloads, please visit the Aspose.BarCode for Java download section of our website.… Continue Reading

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

Transfer and Synchronize Files in SharePoint Document Library with Dropbox

We have recently released a new version of Aspose.Network for SharePoint 1.3. This version comes with support for transferring and synchronizing files in the SharePoint 2010 Document Library with Dropbox file sharing services. You can easily select any file(s) from the SharePoint Document Library and send them to Dropbox. And if you prefer automatic synchronization of files from SharePoint to Dropbox and vice versa, you can use the synchronization feature. For release notes and download, please visit http://www.aspose.com/community/files/73/sharepoint-components/aspose.network-for-sharepoint/default.aspx.… Continue Reading
Posted in Aspose.Email Product Family |

OPC and Leitcode Barcodes Support Now Available in Aspose.BarCode for .NET 4.0

We are pleased to announce the release of a new version of Aspose.BarCode for .NET 4.0. In this version, we added support for OPC and Deutsche Post Leitcode barcode symbologies. You can generate as well as recognize both of these symbologies. // Create OPC barcode
BarCodeBuilder builder = new BarCodeBuilder(strCodetext, Symbology.OPC);
// Save the barcode to stream
MemoryStream imgStream = new MemoryStream();
builder.Save(imgStream, ImageFormat.Png);
imgStream.Position = 0;

// Read OPC barcode
BarCodeReader reader = new BarCodeReader(imgStream, BarCodeReadType.OPC);
while (reader.Read())
{… Continue Reading
Posted in Aspose.BarCode Product Family |

Mozilla Thunderbird Mail Storage Support added in Aspose.Network for .NET 6.3

We have recently released Aspose.Network for .NET v6.3. In this version, we added support for reading and writing email messages to Mozilla Thunderbird’s mail storage file. You can add/import new message(s) to the mail storage. Exporting emails from Thunderbird’s mail storage to EML or MSG format is also added to this version. We also added vCard and ICS file formats support in this release. With v6.3, it is now possible to export contacts from MS Outlook PST file to vCard… Continue Reading
Posted in Aspose.Email Product Family |

Leitcode and OPC barcode symbologies added in Aspose.BarCode for Reporting Services 2.5

We recently released a new version of Aspose.BarCode for Reporting Services v2.5. This version now supports rendering of Deutche Post Leitcode and OPC barcodes in reports. 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 |

Get Filtered Messages from POP3, IMAP and Exchange Server Mailbox

We have recently released a new version of Aspose.Network for .NET 6.2. We added support to get filtered messages from POP3, IMAP and Exchange Server mailboxes based on date, subject, sender, recipients and other criteria. We also fixed some bugs which were reported on forums by our customers. For release notes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/default.aspx.… Continue Reading
Posted in Aspose.Email Product Family |

Full Support of Barcode Control in .NET 4.0 Applications in Aspose.BarCode for .NET 3.9.1

We have recently released Aspose.BarCode for .NET 3.9.1 hotfix which fixes the issues in adding the BarCode control in Windows Forms .NET 4.0 project in Visual Studio 2010. With this hotfix, the control can now be used and easily customized according to your needs. You also need to change the target platform to “.NET 4.0” if it is set to “.NET 4.0 Client Profile”. For download and release notes, 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 |

Read Barcode from Specified Area of Image using Java

We have recently released a new version of Aspose.BarCode for Java v2.5.1. With this version, you can now specify the area inside an image for reading barcodes. This feature is very useful for improving the performance in those cases where the image size is very large and the location of barcode is known in advance. The barcode reader will only scan the specified part instead of scanning the whole image.

Sample Java code:

// Get the image
Image img = 
Continue Reading
Posted in Aspose.BarCode Product Family |

OST File Format Support Added in Aspose.Network for .NET 6.1

We are happy to announce the release of a new version of Aspose.Network for .NET v6.1. This version now supports reading OST files. OST files are used by Microsoft Outlook connected to an Exchange Server to store the emails, contacts and calendars locally. We also added some new features related to Exchange/FTP Servers and fixed some bugs.

Continue Reading
Posted in Aspose.Email Product Family |