Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: June 2014
OneNote Format Loading and Error Message Improvements in Aspose.Note for .NET 1.3.1
We are pleased to announce a hotfix release of Aspose.Note for .NET 1.3.1. In this new build, we have fixed two issues. The first one was about loading an old version of OneNote formats into the Document object. Currently, the Aspose.Note API does not support older versions. We list all supported formats in the product overview and keep this page updated. However, a user faced null reference exception message. These types of messages can be a source of frustration so … Continue Reading
Posted in Aspose.Note Product Family, Imran.Rafique
Import Content from Word DOC/DOCX into WordPress
WordPress is a free open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service. Features include a plugin architecture and a template system. WordPress is used by more than 22.0% of the top 10 million websites as of August 2013. WordPress is the most popular blogging system in use on the Web, at more than 60 million websites. It’s probably the easiest and most powerful blogging and … Continue Reading
Aspose.Email for Java and Apache POI HSMF Comparison for Features and Usage
Project Aspose for Apache POI compares how different features can be used using Aspose Java APIs in comparison with Apache POI. The project also mentions the features that are available in Aspose APIs only but not in Apache POI – HSMF for Microsoft Outlook.
Examples: Aspose.Email vs Apache POI-HSMF
Listed below are examples that show side by side code comparison for features available in both Aspose.Email and Apache POI-HSMF. The source code of these examples is easily available on popular … Continue Reading
Save OneNote Document to a Stream using Aspose.Note for .NET 1.3.0
We are pleased to announce the release of Aspose.Note for .NET 1.3.0. This new build enables developers to save OneNote documents to a Stream object. Developers can now pass a stream object to the Document.Save(Stream, SaveFormat) or Document.Save(Stream, SaveOptions) method. When saving to a stream, specify the save format explicitly. Please have a look at our official documentation, the help topics: Save OneNote Document to a Stream, and Specify OneNote Save Options
Bug Fixes & Enhancements
This new release fixes … Continue Reading
Posted in Aspose.Note Product Family, Imran.Rafique
Aspose.Words for Reporting Services 4.3.0 Released
We are pleased to announce a new major release of Aspose.Words for Reporting Services. This version includes full support of Micrrosoft SQL Server 2014 as major update. This version also sees the codebase better tweaked and the core functionality closer to Aspose.Words 14.5.0.
You can download the latest releases of Aspose.Words for Reporting Services from the following link:
Bug Fixes and Changes
Below are some of the fixes specific to Aspose.Words for Reporting Services.
- Support
Posted in Aspose.Words Product Family
Aspose Java APIs Integration with Spring Framework
To show how Aspose’s powerful APIs for Java can be used within the Spring Framework, we’ve have extended Spring’s Famous PetClinic Sample Web Application. It highlights some of the benefits of Aspose APIs.
The adapted application adds use cases and sample code that demonstrates some useful Aspose Java API features (using Aspose.PDF, Aspose.Cells, Aspose.Email, Apose.Words and Aspose.Barcode) within the Spring environment.
Looking at the Aspose for Spring Java (Extension of PetClinic Sample Web Application) you can learn how to … Continue Reading
Import Content from PDF to WordPress using Aspose.PDF
WordPress is a free open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service. Features include a plugin architecture and a template system. WordPress is used by more than 22.0% of the top 10 million websites as of August 2013. WordPress is the most popular blogging system in use on the Web, at more than 60 million websites. It’s probably the easiest and most powerful blogging and website … Continue Reading
Aspose.Words vs Apache POI WP – Comparison for Features and Usage
Project Aspose for Apache POI shows how different tasks can be performed using Aspose Java APIs in comparison with Apache POI. The project also covers the features that are only available in Aspose APIs but not in Apache POI for Microsoft Word.
Examples: Aspose.Words vs Apache POI-HWPF and XWPF
Below listed are some examples showing side by side code comparison for features available in both Aspose.Words and Apache POI-HWPF & POI-XWPF.