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
Hi PD4ML team,
I got a page-break-inside problem here:
for example, I have two tables: table1 and table 2, the are rendered in one html page, when print, table 1 is half page height, and table 2 is one and half page height. I add page-break-inside on both tables, when print with PDF, table 2 actually is not start with a new page, but after the table 1 in the same page. Interesting thing is, if table2 is one or less than one page height, it will start with new page.
Is this a bug? or just by design of pd4ml? I’m really confused.
Waiting for your response.
Thanks,
Rock