17
Views
1
Comments
[Ultimate PDF for Traditional Web] Is the issue of blank pages being added caused by the latest version?
ultimate-pdf-for-traditional-web
Web icon
Forge asset by Leonardo Fernandes
Application Type
Traditional Web

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?

UserImage.jpg
Amit Chourey

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. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.