1

Hi all,

I just installed your library and it works great.
However I am not sure how I have to implement the following behavior:

The user is allowed to edit the content.
So I don't know whether the table below fits on the page or not.

There are two cases:

Case 1:
tick.pngThe table fits on the page

Case 2:
101.pngHtml2Pdf chops the table into 2 pieces.

In the second case I would love to see the table being displayed on the second page:

20101220-bxdefmjr3kn9u8auh6s1qxdk5g.png

I found the following CSS-Property but it does not work:
http://www.w3schools.com/css/pr_print_pagebi.asp

2

you cas use the <nobreak> tag
Ancien pseudo : lolo

3

Thank you - that works! smile