HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › How Split a Table Header In Each Page › Re: Re: How Split a Table Header In Each Page
May 23, 2011 at 14:44
#28224
pd4mlObj.enableSmartTableSplit(true) API call implicitly defines
TABLE, TR {page-break-inside: avoid }
In order to workaround the issue you faced with, I would recommend to partially unset the CSS style with
TABLE {page-break-inside: avoid !important}