Author Archives: Saqib Razzaq

Print BarCode Images on Eclipse BIRT Reports

We recently added a new technical article in Aspose.BarCode for Java documentation. It features inserting barcode images in Eclipse BIRT reports using Aspose.BarCode for Java, Eclipse IDE and BIRT runtime. The report is first designed in Eclipse using BIRT report designer plug-in. We added an image in the report and later dynamically inserted the barcode images in report.
Continue Reading

Posted in Aspose.BarCode Product Family |

Use Exchange Web Services to Manage Emails on Microsoft Exchange Server

We have recently released a new version of Aspose.Network for .NET. In this release (Aspose.Network for .NET 4.8.0.0), we added support for Exchange Web Services to connect to Microsoft Exchange Server and manage emails. You can get the mailbox information, send and receive email messages, list messages from Inbox, delete or fetch messages from Inbox or other folders. For utilizing Exchange Web Services, we added a new class ExchangeWebServiceClient. Below is the C# sample code for getting mailbox information and … Continue Reading

Posted in Aspose.Email Product Family |

Video Tutorial – Print BarCodes of Exact same size based on Unit

We have recently updated our Aspose.BarCode documentation and added a new video tutorial. In this video, we showed how can you print a barcode according to fixed size (height and width), based on the selected unit. The unit can be pixel, millimeter or point. We created a sample application in this tutorial using Microsoft Visual Studio and Aspose.BarCode for .NET to print the barcode of size specified by the user. Please visit http://www.aspose.com/documentation/visual-components/aspose.barcode-for-.net-and-java/print-barcode-of-exact-size-based-on-unit.html for viewing this video tutorial.

The trial version … Continue Reading

Posted in Aspose.BarCode Product Family |

Aspose.BarCode for Reporting Services 1.9 Released

We have just released Aspose.BarCode for Reporting Services v 1.9. This is a major release which now includes full support for Microsoft SSRS 2008. It is also compatible with 64-bit Windows Operating Systems. In this release we have also updated the design-time property builder of the BarCode control. Matrix 2 of 5 barcode rendering support is also added along with bug fixes in AZTEC barcode generation.

Download URL:

http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/entry180542.aspxContinue Reading

Posted in Aspose.BarCode Product Family |

How to cancel Meeting Request

You can easily send meeting requests to one or more attendees using Aspose.Network. The latest version now comes with the cancel meeting request feature. Please check out the details at http://www.aspose.com/documentation/file-format-components/aspose.network-for-.net/cancel-meeting-requests-with-calendar.html. The latest version of Aspose.Network is available from http://www.aspose.com/community/files/51/file-format-components/aspose.network/category1102.aspx.… Continue Reading
Posted in Aspose.Email Product Family |

Printing Avery Address Labels using Microsoft Visual Studio and Crystal Reports

We have added another video tutorial in Aspose.BarCode for .NET documentation. It features printing Avery Address Labels with barcodes. Microsoft Visual Studio 2008, SQL Server 2005 and Crystal Reports 2008 (bundled with VS2008) are used to build the application. … Continue Reading

Posted in Aspose.BarCode Product Family |

Using Aspose.BarCode with ASP, PHP, Perl, Python and Other Languages

Aspose.BarCode component is designed to work with .NET  and Java applications, but its possible to use it in other languages like ASP using VBScript, Perl, PHP, Python, PowerBuilder etc. We have added some new pages in our product documentation on how to use Aspose.BarCode with these languages. Check out http://www.aspose.com/documentation/visual-components/aspose.barcode-for-.net-and-java/Utilize-Aspose-BarCode-in-Other-Programming-Languages.html for details. If you need support for using Aspose.BarCode in any of the listed languages or any other language of your choice, please feel free to post on our forum at… Continue Reading
Posted in Aspose.BarCode Product Family |

Flash tutorials for manual configuration and using Aspose.BarCode for SQL Server Reporting Services 2005

We have created flash tutorials for Aspose.BarCode for Reporting Services. You can use these as quickstart and start developing barcode applications for reporting services in lesser time.

For manual configuration of Aspose.BarCode with SQL Server Reporting Services 2005, please visit http://www.aspose.com/demos/aspose.barcode/aspose-barcode-manual-configuration-for-ssrs-2005.html. After reading this tutorial, you will be able to configure SQL Server and Visual Studio for using

For developing a sample program in SQL Server Reporting Services 2005 and Visual Studio 2005 using Aspose.BarCode for Reporting Services, please visit http://www.aspose.com/demos/aspose.barcode/using-aspose-barcode-in-sql-server-reporting-services-2005.html. After … Continue Reading

Posted in Aspose.BarCode Product Family |

Outlook Message (.msg) File Viewer

We have added a new demo and an article for parsing and reading outlook message (.msg) files. You can now read outlook msg files using your own code. Microsoft Office Outlook is not required for it. A screenshot of the demo is shown below: 

The demo can be downloaded from https://downloads.aspose.com/email. To read the article about how to implement it in your own application, please visit http://www.aspose.com/documentation/utility-components/aspose.network-for-.net/outlook-msg-file-viewer.html. … Continue Reading

Posted in Aspose.Email Product Family |

Access SSL Enabled SMTP Server (Gmail) via Aspose.Network for .NET

In this article, we will show you how to access Gmail via SSL. We can access gmail using following protocols: 

  • SMTP
  • IMAP
  • POP3 

SMTP

In this section we will show you how to perform various tasks on Gmail server using SMTP protocol on SSL.

Connect to Gmail SMTP server

The following example shows you how you can connect to SSL enabled SMTP server. We will set the following properties for SSL support:

First, create a new SmtpClient object as follows:… Continue Reading

Posted in Aspose.Email Product Family |