Aspose.Note for Java 19.7 Release Notes

Major Features

  • Improved support for processing files in OneNote Online format

Features and Improvements

KeySummaryCategory
NOTEJAVA-247The index was out of range. Exception raised while loading note fileBug
NOTEJAVA-248Unknown binary data compression exception raised while loading Note fileBug
NOTEJAVA-317Note document has negative zoom so there is extra space on the left and incorrect number of pages (after saving as pdf)Bug

Public API and Backward Incompatible Changes

The following public properties are marked as obsolete:Description
com.aspose.note.Notebook.#ctor(java.io.InputStream)Initializes a new instance of Notebook class.
com.aspose.note.Notebook.#ctor(java.io.InputStream,com.aspose.note.NotebookLoadOptions)Initializes a new instance of Notebook class. Allows to specify additional load options.
com.aspose.note.Notebook.loadChildNotebook(java.io.InputStream)Adds a child notebook node. Opens an existing OneNote notebook from a file.
com.aspose.note.Notebook.loadChildNotebook(java.io.InputStream,com.aspose.note.NotebookLoadOptions)Adds a child notebook node. Opens an existing OneNote notebook from a file. Allows to specify additional load options.