Aspose.Note for .NET 20.3 Release Notes

Major Features

  • Big refactoring of document’s rendering: now formatting of the generated PDF document is more consistent with documents generated by Microsoft OneNote

Features and Improvements

Key Summary Category
NOTENET-2533 Fonts files are not created when using resource-saving callbacks Bug
NOTENET-2791 Complete information is not rendered to PDF Bug
NOTENET-2948 Resolve PDF rendering issue Bug

Public API and Backward Incompatible Changes

The following public methods were added: Description
Aspose.Note.Fonts.DocumentFontsSubsystem.#ctor(System.IO.Stream,System.Collections.Generic.Dictionary) Initializes a new instance of the DocumentFontsSubsystem class.
Aspose.Note.Fonts.DocumentFontsSubsystem.#ctor(System.String,System.Collections.Generic.Dictionary) Initializes a new instance of the DocumentFontsSubsystem class.
Aspose.Note.Fonts.FontsSubsystem.#ctor(System.IO.Stream,System.Collections.Generic.Dictionary) Initializes a new instance of the FontsSubsystem class.
Aspose.Note.Fonts.FontsSubsystem.#ctor(System.String,System.Collections.Generic.Dictionary) Initializes a new instance of the FontsSubsystem class.
The following public properties were added: Description
Aspose.Note.Image.IsBackground Gets whether the image is a background image.