Author Archives: Saqib Razzaq

Exchange Web Services support added in Aspose.Network for SharePoint v1.1

We are pleased to announce the release of Aspose.Network for SharePoint v1.1. The Email Synchronization component now supports Exchange Web Services (EWS). EWS was introduced in Microsoft Exchange Server 2007 and provides better connectivity than WebDAV.

Continue Reading
Posted in Aspose.Email Product Family |

Improved Barcode Recognition Performance in Aspose.BarCode for .NET 3.9

We are pleased to announce a new version of Aspose.BarCode for .NET v3.9. It now supports exclusive locking of the barcode image, which can result in improved barcode recognition performance for large sized images.

BarCodeReader reader = new BarCodeReader(image, BarCodeReadType.Code128);
// Acquire an exclusive lock on the image
reader.SetHints(RecognitionHints.ImageAccessHints.Exclusive);
while (reader.Read() == true)
{
      Console.WriteLine(“Codetext: ” + reader.GetCodeText());
}
reader.Close();

Continue Reading
Posted in Aspose.BarCode Product Family |

SCC-14 barcode generation support added in Aspose.BarCode for Java 2.5

We have just released a new version of Aspose.BarCode for Java v2.5, which includes SCC-14 barcode generation capabilities. SCC is also known as Shipping Container Code, EAN-14 and UCC-14.

Continue Reading
Posted in Aspose.BarCode Product Family |

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 |

Convert Email Message Formats and Synchronize Files within Microsoft SharePoint’s Document Library

We are pleased to announce the new family member of our SharePoint products, Aspose.Network for SharePoint. It provides email message file format conversion and files/emails synchronization within Microsoft SharePoint’s document library. Aspose.Network for SharePoint consists of three sub-products.
 
Email Conversion
Provides email message file format conversion (EML to MSG and vice versa) within the SharePoint’s Document Library. Extraction of attachments from email is also supported.
 
Files Synchronization with FTP Server
Provides file synchronization features between SharePoint’s Document Library
Continue Reading
Posted in Aspose.Email Product Family |

SFTP protocol support added in Aspose.Network for .NET 6.0

We are pleased to announce the release of Aspose.Network for .NET 6.0, which now supports SFTP protocol for communication with secure FTP servers. SFTP uses SSH file transfer protocol usually on port 22.

It also includes fixes for some bugs, which were reported in forums by our customers.

Continue Reading
Posted in Aspose.Email Product Family |

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 |

Twitter Client Application Development with Aspose.Network for .NET

We have recently released a new version of Aspose.Network for .NET v5.9. In this version, we have included the API for interacting with Twitter. Now, you can use Twitter in your applications using Aspose.Network for .NET.

Here are some articles that will get you started on using the Twitter client.
More articles on twitter client will be added soon.

We also added some new properties
Continue Reading
Posted in Aspose.Email Product Family |

Read Messages and Contacts from Outlook PST using Java

We are pleased to announce the release of Aspose.Network for Java v2.0, which now supports reading Outlook PST files. You can now read folders and messages information from the PST file as well as extract and export the messages from PST to disk in MSG format.

For download and release notes, please visit: https://downloads.aspose.com/emailContinue Reading

Posted in Aspose.Email Product Family | Tagged ,