Author Archives: Saqib Razzaq

Compare and Highlight Text in Paragraphs, Tables, Headers, Footers with Document Comparison v1.2

We have recently released an update of our Document Comparison showcase project. In this  update, you can compare any text in Word documents including paragraphs, tables, header footers etc. It can also detect changes in tables, like which rows and cells are added or deleted.

For download and documentation, please visit https://docs.aspose.com/words/net/document-comparison-by-aspose-words-for-net/.… Continue Reading

Posted in Aspose.Words Product Family |

Compare Microsoft Word Documents using Aspose.Words for .NET in C#

We are pleased to announce the release of our new open source project, Document Comparison by Aspose.Words for .NET. It is a web application that allows you to compare two Microsoft Word documents and check the difference in C#.

Compare Microsoft Word Documents C#

You can upload the original document and the modified version and it will highlight the changes/differences made to the original. Summary is shown on top, with the number of additions and deletions. Deleted text is marked in red and strike-through … Continue Reading

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

View & Export Emails from Exchange, IMAP or POP3 Servers to PST, PDF, DOCX, TIFF & XPS

We have recently released a new version of Email Processor by Aspose for .NET app. It includes new features and some UI improvements.

Email Processor by Aspose for .NET

New Features

  • View email message
  • Download attachments from email
  • Convert selected emails to PDF, DOCX, XPS and TIFF
  • Show sub-folders from IMAP and Exchange Server, if available

Download Source Code

Live Demo

Continue Reading

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

Download and Run Aspose Examples on your Computer

We are excited to bring you the Aspose Examples Dashboard, a new utility available for both .NET and Java to help you quickly learn how to use Aspose products. The dashboard is designed to give you easy access to a wealth of useful example code for all Aspose .NET and Java products while making it easy to browse and find the code to solve the task you are looking for. Using the dashboard you can even run selected code examples … Continue Reading

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

Aspose.BarCode for Java now have the same features as Aspose.BarCode for .NET

Aspose.BarCode logo

We have been working on Aspose.BarCode for Java to make its features set closer to Aspose.BarCode for .NET and we have now completed that work. All new features and bug fixes that make it into the latest release of .NET are now also available in the Java version. So from now on, whether your platform is .NET or Java, you will get the latest updates, features and bug fixes.

The previous version of Aspose.BarCode for Java was 2.7 but as … Continue Reading

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

Print Email Message to XPS with Aspose.Email for .NET

Aspose.Email logo

We are pleased to announce the release of Aspose.Email for .NET 1.2. In this version, we have added support for printing email messages to XPS format using the MailPrinter class. The Print() method takes an instance of the MailMessage class as an argument, so you can print EML, MSG, or MHT files. This sample code shows how to print an email:

// Initialize the MailPrinter class
MailPrinter msgPrinter = new MailPrinter();
// Load an email message
MailMessage msg = MailMessage.Load("attached 
Continue Reading
Posted in Aspose.Email Product Family | Tagged , , , , , , , ,

A new approach to manipulating MSG files: Aspose.Email for Java 1.1

Aspose.Email logo

We have just released Aspose.Email for Java 1.1. In this version we introduced a new class: MessageObject. It allows you to manipulate the properties of an MSG file in a simplistic manner. We hope it becomes useful to our customers and evolves further to replace the MapiMessage class.

For release notes and download, please visit http://www.aspose.com/community/files/72/java-components/aspose.email-for-java/default.aspx.… Continue Reading

Posted in Aspose.Email Product Family | Tagged , ,

Create new PST files and add/import messages with Aspose.Email for .NET

Create PST in C#

We are pleased to announce the release of Aspose.Email for .NET 1.1. In this version, we have added support for creating a new PST file and adding/importing email messages to a PST. The reading PST feature has been available for a while and we’ve been working on the modification feature but this is the first version with which you can create your own PST files, add new folders and messages.

The API is very simple. Here is a sample code … Continue Reading

Posted in Saqib Razzaq | Tagged , , ,

iCalendar support added in Aspose.Network for Java

Aspose.Network icon

We are pleased to announce the release of a new version of Aspose.Network for Java 2.3. In this version, we added the iCalendar component. iCalendar is already part of Aspose.Network for .NET, now you can generate dates according to the specified recurrence pattern in Java.

Below is an example to generate dates based on a recurrence pattern:

String pattern = “DTSTART:19970902T090000\n” +
“RRULE:FREQ=WEEKLY;UNTIL=19971007T000000Z;WKST=SU;BYDAY=SU,MO”;
RecurrencePattern recPattern = new RecurrencePattern(pattern);

// Get all the dates generated by this rule
DateCollection dateColl = … Continue Reading

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

ITF6 barcode generation support added in Aspose.BarCode for JasperReports

Aspose.BarCode icon

We are pleased to announce the release of Aspose.BarCode for JasperReports 1.6. In this version, we have added support for ITF6 barcodes. It can also render images in both bitmap and SVG formats.

For full release notes and a link to the download, 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 | Tagged , , , ,