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

KeySummaryCategory
NOTENET-2533Fonts files are not created when using resource-saving callbacksBug
NOTENET-2791Complete information is not rendered to PDFBug
NOTENET-2948Resolve PDF rendering issueBug

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.IsBackgroundGets whether the image is a background image.