Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: March 2016
Jython Code to Create and Send Email Message (MSG, EML, EMLX, and MHT)
We are pleased to announce “Aspose.Email Java for Jython”, a new project for Jython developers. The project is aimed to provide useful examples for Jython developers who want to utilize “Aspose.Email for Java” in their Jython applications. It lets you work with email message formats including MSG, EML, EMLX, and MHT in Jython without MS Outlook.
Aspose.Email for Java includes classes that allow you to create as well as read message files, enabling complete processing of message contents. … Continue Reading
Code Comparison between Aspose.Words for .NET and OpenXML SDK
We’ve added more code examples in this new release of Aspose.Words for .NET in comparison with OpenXML SDK. Code Comparison of Aspose.Words for .NET with OpenXML shows how different tasks can be performed using Aspose.Words for .NET APIs and OpenXML SDK to deal with MS Word document and OpenOffice Documents. This is also helpful for those who want to migrate from OpenXML Word.
What’s New in v1.2
- Get and Set Bookmark Text
- Remove Hidden Text from Document
- Remove Page Breaks
Read OneNote Online Format File using C#
We are pleased to announce the release of Aspose.Note for .NET 2.2.0. This month’s release includes new features, enhancements, and bug fixes that further improve the overall stability and usability of the API. To get an idea about what is new and fixed, please visit Aspose.Note for .NET 2.2.0 Release Notes section for further information. You may also visit the Public API Changes section of our documentation for a list of all changes that are part of this month’s … Continue Reading
Posted in Aspose.Note Product Family
Use REST API v2 Web Services and JasperReports Server 6.2.0 in Aspose.Words for JasperReports
We are pleased to announce a new release of Aspose.Words for JasperReports that includes fixes for issues reported by our customers, features and some improvements. This version includes support of JasperReports 6.2.0. You can download the latest release of Aspose.Words for JasperReports from the following link:
Starting from release 1.9.0 there are several versions of jar library (necessary for better support of older versions of JasperReports). These include:
- for JasperReports 5.6.0 … 6.2.0 (aspose.words.jasperreports-6.2.0.jar)
- for
Posted in Aspose.Words Product Family
Easily Configure and Generate PDF Documents by single button click directly on the form in Microsoft Dynamics CRM
Aspose .NET OneClick PDF Document Generator is an open source add-on used to generate and export PDFs from CRM. You can design template in word and attach in CRM and generate document as you want. You can use OneClick PDF Document Generator with Account, Contact, Lead, Opportunity and Quote Entity. It provides option to Attach the generated document with the record itself and you can download the document as well. This add-on can also resolve option set and look-up fields. … Continue Reading
Detect Flattened PSD And Apply Median & Wiener Filters With Aspose.Imaging for .Net 3.4.0
We are pleased to announce the release of Aspose.Imaging for .NET 3.4.0. This release allows you to detect flattened PSD. Support to apply median & wiener filters have also been incorporated in this release.
Detect Flattened PSD
Using Aspose.Imaging for .NET API, developers can detect flattened PSD. Following is the code demonstrating the use of IsFlatten property of the PsdImage class.
string flattenPath = "flatten.psd";
// create an instance of PsdImage class and load the PSD file.
using (Aspose.Imaging.FileFormats.Psd.PsdImage image
… Continue Reading Posted in Aspose.Imaging Product Family