Aspose.Note for Java 22.9 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-3179Add option to save pages without breaks in pdf formatFeature

Public API and Backward Incompatible Changes

The following public types were added:Description
com.aspose.note.PageSettingsRepresents the layout settings for a page.
The following public static methods were added:Description
com.aspose.note.PageSettings.getA4Gets settings for the A4-format page.
com.aspose.note.PageSettings.getA4NoHeightLimitGets settings for the A4-format page with limitless height.
com.aspose.note.PageSettings.getLetterGets settings for the Letter-format page.
com.aspose.note.PageSettings.getLetterNoHeightLimitGets settings for the Letter-format page with limitless height.
The following public methods were added:Description
com.aspose.note.PdfSaveOptions.getPageSettingsGets the page settings for each page in document.
com.aspose.note.PdfSaveOptions.getPageSettingsSets the page settings for each page in document.