tutorcruncher / pydf

PDF generation in python using wkhtmltopdf for heroku and docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rendering long pages into multiple ones bug

tomhamiltonstubber opened this issue · comments

If we have one long page to render into multiple A4 pages, then we get the following:

image

New to this version

Closed by using.

tr {
  page-break-inside: avoid;
}