Browse our Products

Aspose.Note for .NET 24.6 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-5833Exception “‘Value of ‘0’ is not valid for ’emSize.’” when converting OneNote file to PDFBug
NOTENET-5834Video file is not inserted/embedded properly as attachment into OneNote pageBug
NOTENET-5835Display HTML data on OneNote document pageEnhancement
NOTEJAVA-1195Exception “com.aspose.note.system.collections.Generic.KeyNotFoundException: The given key was not present in the dictionary” when loading OneNote documentBug

Public API and Backward Incompatible Changes

The following public types were added:Description
Aspose.Note.Importing.HtmlImportOptionsAllows to specify options when importing content from HTML document.
Aspose.Note.Importing.HtmlImporterThe class providing api to import content from documents in HTML format.
The following public properties were added:Description
Aspose.Note.Importing.HtmlImportOptions.PasswordGets or sets a password to decrypt the document content.
The following public methods were added:Description
Aspose.Note.Importing.HtmlImportOptions.#ctorInitializes a new instance of the HtmlImportOptions class.
Aspose.Note.Importing.HtmlImporter.Import(System.String,Aspose.Note.Importing.HtmlImportOptions)Imports content of HTML document from a specified file.
Aspose.Note.Importing.HtmlImporter.Import(System.IO.Stream,Aspose.Note.Importing.HtmlImportOptions)Imports content of HTML document from a provided stream.