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

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

Read, Create, Manipulate and Convert Powerpoint Presentations using Aspose.Slides Java API Maven Plugin inside Eclipse IDE

Aspose has released New Plugin for the Eclipse IDE. This Plugin is intended for developers using Maven platform for Java developments and want to use Aspose.Slides for Java API in their projects.

Aspose.Slides for Java is a unique PowerPoint management component that enables Java applications to read, write and manipulate PowerPoint documents (PPT, PPTX, POS, PPS, POTX, PPSX) PDF, HTML and image file formats without using Microsoft PowerPoint.

Aspose.Slides for Java is the first and only Java component that provides … Continue Reading

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

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
Continue Reading
Posted in Aspose.Words Product Family | Tagged , ,

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
Continue Reading
Posted in Aspose.Words Product Family |

Missing Features in NPOI vs Aspose.Words for .NET – C# Code Examples

Are you finding it difficult to convert Microsoft Word documents into PNG/TIFF? Or creating charts in Microsoft Word documents? Above all, you are unable to find answers to these problems in other java APIs? Here is how Apose.Words for .NET will solve all these problems for you in a matter of minutes.

This project of Aspose.Words for .NET shows Code Examples of those features which are missing in NPOI. It will demonstrate how different tasks can be performed using Aspose.Words … Continue Reading

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

Extract Text from SmartArt in PowerPoint Presentation using Java

We are pleased to announce the release of Aspose.Slides for Java 16.2.0. This release is one of the major releases which comes with new features and bug fixes.

New Features

Now the support to manage SmartArt shapes has been enhanced and much requested features for SmartArt text extraction and its rendering to PDF or image are now supported in Aspose.Slides. Also, the text can be extracted categorically, including, text from slide only, text from master only or from notes only. … Continue Reading

Posted in Aspose.Slides Product Family |

Support for setting the slide frame and enhanced presentation text extraction now available in Aspose.Slides for .NET 16.2.0

We are pleased to announce the release of Aspose.Slides for .NET 16.2.0. This is one of the major releases in which we have added new features as well as fixes for many bugs.

New Features

Much requested feature for setting the slide frame has been added to Aspose.Slides. We have added support for setting CategoryAxisType property which specifies the type of chart’s category axis. For more information about this feature, one may visit the documentation article Formatting Chart Entities.

Extraction … Continue Reading

Posted in Aspose.Slides Product Family |

Easily Configure and Generate PDF Documents by single button click directly on the form in Microsoft Dynamics CRM

Aspose.Pdf for .NET logo

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

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

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 |