bpampuch / pdfmake

Client/server side PDF printing in pure JavaScript
http://pdfmake.org
Other
11.4k stars 2.02k forks source link

Page breaks automatically and the background get over the rest of the information; #2727

Closed JesusAdson closed 3 days ago

JesusAdson commented 2 weeks ago

First Page Captura de Tela 2024-05-15 às 12 38 29

Second Page Captura de Tela 2024-05-15 às 12 39 17

I have a table to list the data and it gets in a point that it breaks the page, however the background break the page;

I can't know when the page is breaking so I can't use the pageBreak: "after"

liborm85 commented 1 week ago

Attach runnable example on playground for reproduce issue.