// For complete examples and data files, please go to https://github.com/aspose-note/Aspose.Note-for-Java float heightLimitOfClonedPart = 500; PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions .setPageSplittingAlgorithm(new KeepPartAndCloneSolidObjectToNextPageAlgorithm(heightLimitOfClonedPart)); // or pdfSaveOptions.setPageSplittingAlgorithm(new KeepSolidObjectsAlgorithm(heightLimitOfClonedPart));