Search
Follow Us
Categories
- Success Stories(157)
Archives
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#.
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
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.
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
Posted in Aspose.Email Product Family Tagged Exchange Server, IMAP, email, email to DOCX, email to PDF, email to PST, email to TIFF, email to XPS, pop3
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 .NET, Eclipse, Examples, Github, Visual Studio, aspose example dashboard, code, demonstration, demos, java, samples, solution
A new approach to manipulating MSG files: Aspose.Email for Java 1.1
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 Outlook, java, product release
iCalendar support added in Aspose.Network for Java
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 ICS, appointment, iCalendar, java, product release, recurrence pattern