Browse our Products

Aspose.Note for Java 18.11 Release Notes

Major Features

  • Improved rendering when saving *.one documents to PDF and image formats

Features and Improvements

KeySummaryCategory
NOTENET-2267Wrong page size is returned when Page.SizeType is set to SizeByContentNew Feature
NOTENET-2671Refactor AppendChildFirst/AppendChildLast/etc exception messages for Document classBug
NOTENET-2674Investigate bug in InsertChildrenRangeBug
NOTENET-2319Font’s size in PDF from Microsoft OneNote and Aspose.Note is inconsistentBug
NOTENET-2705Exception is thrown when saving attached file to PDFBug

Public API and Backward Incompatible Changes

The following public types were added:Description
com.aspose.note.Page.getPageLayoutSizeGets page’s layout size displayed in the editor.
com.aspose.note.Page.setPageLayoutSize(java.awt.geom.Dimension2D)Sets page’s layout size displayed in the editor.
The following public properties are marked as obsolete:Description
com.aspose.note.Page.getWidthGets the width.
com.aspose.note.Page.setWidth(float)Sets the width.
com.aspose.note.Page.getHeightGets the height.
com.aspose.note.Page.setHeight(float)Sets the height.