I recently upgraded Ultimate PDF for Traditional Web from version 5 to 12.0.4.As a result, when using PageBreak, blank pages are now being added to the PDF output.This problem did not occur with version 5.Is this a consequence of upgrading to version 12.0.4?
It can be handled using CSS:
@media print {
.page-break {
display: block;
page-break-before: avoid;
}
}If you are using a list to display the dataset, set disable-virtualization to True.