Aspose.Note for Java 22.9 Release Notes
Features and Improvements
Key |
Summary |
Category |
NOTENET-3179 |
Add option to save pages without breaks in pdf format |
Feature |
Public API and Backward Incompatible Changes
The following public types were added: |
Description |
com.aspose.note.PageSettings |
Represents the layout settings for a page. |
The following public static methods were added: |
Description |
com.aspose.note.PageSettings.getA4 |
Gets settings for the A4-format page. |
com.aspose.note.PageSettings.getA4NoHeightLimit |
Gets settings for the A4-format page with limitless height. |
com.aspose.note.PageSettings.getLetter |
Gets settings for the Letter-format page. |
com.aspose.note.PageSettings.getLetterNoHeightLimit |
Gets settings for the Letter-format page with limitless height. |
The following public methods were added: |
Description |
com.aspose.note.PdfSaveOptions.getPageSettings |
Gets the page settings for each page in document. |
com.aspose.note.PdfSaveOptions.getPageSettings |
Sets the page settings for each page in document. |