Aymkdn / html-to-pdfmake

This module permits to convert HTML to the PDFMake format
https://aymkdn.github.io/html-to-pdfmake/index.html
MIT License
560 stars 88 forks source link

page-break-inside: avoid; doesn't work when generating PDF from html #218

Closed imad-haq closed 4 months ago

imad-haq commented 4 months ago

Hi,

I am generating pdf from html. page-break-inside: avoid; doesn't work when generating PDF from html. Please guide.

Thanks.

Aymkdn commented 4 months ago

Only the CSS properties indicated in the documentation are supported. They are very limited. And page-break-inside is not one of them.