Forum How do I...?

Only first page of HTML file is generated to PDF

blaise.fonseca
Hi,

I am trying to generate PDF from HTML, however only the fist page is converted to pdf, any idea what is wrong. please note that I recently upgraded the project to Bootstrap 5, previously on Bootstrap 3 it was working fine. I am using Prince 13.
  1. bch.html766.3 kB
  2. bch.pdf59.9 kB
markbrown
Hi,

Bootstrap relies on multi-row flex containers. Previously Prince did not fragment these containers (so you only get one page), but we've recently released a latest build that supports fragmenting of multi-row flex containers. Are you able to try that?

Mark
blaise.fonseca
Thanks Mark, it works in the latest build. any timeline on stable release?
howcome
Our "latest" builds are generally stable and suitable for production.

But -- like always -- you should test before deploying :-)