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
545 stars 88 forks source link

row break between pages #190

Closed Nabinsharma123 closed 1 year ago

Nabinsharma123 commented 1 year ago

Capture

there is a property to fix this in pdfmake dontBreakRows: true, my question is how i use this in htmlToPdfmake() ?

Aymkdn commented 1 year ago

What about using data-pdfmake https://github.com/Aymkdn/html-to-pdfmake#special-properties ?

I'm on my phone and I don't know where dontBreakRows is supposed to be used....

Nabinsharma123 commented 1 year ago

I found the property here https://stackoverflow.com/a/48929066

Aymkdn commented 1 year ago

Yes, so check the link I provided.