Browse our Products

Aspose.Note for Java 23.7 Release Notes

Features and Improvements

KeySummaryCategory
NOTEJAVA-1184Can’t convert section’s page to HTML if there is .xps printout on OneNote document pageBug
NOTENET-5756Exception “Aspose.Note.FileCorruptedException: ‘File container wasn’t found!’” when loading OneNote fileBug
NOTENET-5763Loading document raises “System.ArgumentOutOfRangeException”Bug
NOTENET-5755Aspose.Note does not get Image’s binary data correctlyBug
NOTENET-5762Exception “System.Collections.Generic.KeyNotFoundException: ‘The given key was not present in the dictionary.’” on loading a OneNote documentBug
NOTENET-5780Loding OneNote file throws System.ArgumentException: An item with the same key has already been addedBug
NOTENET-5781System.Collections.Generic.KeyNotFoundException thrown when loading OneNote fileBug

Public API and Backward Incompatible Changes

The following public types were added:Description
com.aspose.note.ParsingErrorInfoInformation about the error that occurred during parsing.
The following public methods were added:Description
com.aspose.note.ParsingErrorInfo.#ctorInitializes a new instance of the ParsingErrorInfo class.
com.aspose.note.ParsingErrorInfo.getMessageGets a message that describes the current error.
com.aspose.note.AttachedFile.getParsingErrorInfoGets the data about error that occurred while accessing the file.