#27554

This is the code i am using

PD4ML converter = new PD4ML() ;
converter.setHtmlWidth(745) ;
converter.enableTableBreaks(true) ;

converter.render(…) ;

Still the Table row

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.

Does this functionality works in PD4ML, as stated by supported CSS properties page ? If yes, how ?

Thanks for your help.