HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › page-break-inside: avoid Not Working › Re: Re: page-break-inside: avoid Not Working
October 9, 2009 at 17:01
#27554
that only consist of 3 lines on my generated document got split within two pages, One line on first page and remaining 2 lines on next page.
This is the code i am using
PD4ML converter = new PD4ML() ;
converter.setHtmlWidth(745) ;
converter.enableTableBreaks(true) ;
converter.render(…) ;
Still the Table row
Does this functionality works in PD4ML, as stated by supported CSS properties page ? If yes, how ?
Thanks for your help.