HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Avoid content fit into a single page, page break › Re: Re: Avoid content fit into a single page, page break
November 27, 2015 at 13:21
#29405
enableTableBreaks(true) implicitly sets
[language=css:2dgi6m14]TABLE, TR {page-break-inside: avoid}[/language:2dgi6m14]
Try to override it with
[language=css:2dgi6m14]TABLE {page-break-inside: auto !important}[/language:2dgi6m14]