We are pleased to announce the new release version of Aspose.Note for .NET 1.7.0. With this new release version, users can save OneNote documents in HTML file format, optimize performance during the consequent export operations, insert Chinese number list in the OneNote document and align an image. Besides of these new features, we have included many other recent bug fixes and enhancements. It also covers the improved calculation logic of the node’s position.
Insert Chinese Number List
Aspose.Note for .NET APIs allows developers to arrange text items in Chinese number list. The four new numbered list formats are added to provide a support for the mandarin numbering system. Following help topic shows, how developers insert Chinese number list into the OneNote document: Insert Chinese Number List in the OneNote Document
Increase Performance for Consequent Export Operations
Users can now disable automatic detection of layout changes and handle them manually. It helps to improve the performance during consequent export operations. Following help topic shows, how to optimize performance of consequent export operations: Increase Performance for Consequent Export Operations
OneNote to HTML Conversion Support
Aspose.Note for .NET APIs allow developers to save OneNote documents in the HTML file format. We have included this popular and common export feature. Users can save the whole OneNote document to HTML file format or select a specific page range. Following help topic shows, how developers can save OneNote documents to HTML file format: Create a OneNote and Save into HTML Format
Image Alignment Support
Aspose.Note APIs let users to align an image anywhere in the OneNote document. An Alignment property is added to the Image class. Following modified help topic shows, how developers can align images in the OneNote document: Insert an Image on a OneNote Document Page
Regarding the new enhancements and fixes, we have improved OneNote export features, calculation logic of the node’s position and missing list numbers. Please check a list of fixed issues and enhancements below:
-
Fixed: Improved calculation logic of node’s position.
-
Fixed: Fixed problems with export to image formats.
-
Fixed: OneNote to PDF export, numbering lists are not preserved properly.
-
Fixed: OneNote to PDF conversion, images alignment is wrong.
-
Fixed: One to PDF conversion, the null reference exception occurred.
-
Fixed: Changes of a document after export are ignored.
-
Fixed: Wrong size of attached file node.
-
Fixed: Fix problems which occur during size calculations of complex table cells.
Public API Changes
The following API changes in the new version are also worth noting:
-
A new Image.Alignment property has been added. It can be used to align an image.
-
The HtmlSaveOptions class is added. It can be used to specify save options for export to HTML format.
-
The new Document.AutomaticLayoutChangesDetectionEnabled property and Document.DetectLayoutChanges method has been added. It allows to disable automatic detection of layout changes and handle them manually.
-
The new Chinese number formats are added as NumberFormat.ChineseCounting and NumberFormat.ChineseCountingThousand. These options provide a support for mandarin numbering system.
Aspose.Note for .NET Resources
The resources, you may need to accomplish your tasks:
-
Aspose.Note for .NET Wiki docs - help documentation and API reference documents.
-
Aspose.Note Product Family Forum - post your technical questions and queries, or any other problem you faced while running Aspose.Note APIs.
-
Enable Email Subscription - Don’t limit yourself, you can keep yourself updated with the latest news on Aspose.Note APIs and new features, fixes, plus other API related topics by subscribing to Aspose.Note blog.
-
Aspose.Note for .NET Examples – We have published our code examples on the social coding website GitHub.com. Anyone could explore the code examples for learning purposes.