HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › different result in PDM4 Probe › Re: Re: different result in PDM4 Probe
August 23, 2017 at 08:16
#30094
Unfortunately you did not provide an exact description what does not match in the layouts. I could see only a difference in font family used to display the text.
It is caused by an unsupported (by current PD4ML v3) line height definition construct in CSS font property:
font: 12px/18px Arial, Helvetica, sans-serif;
As a workaround you can change the styles to something like that:
font: 12px Arial, Helvetica, sans-serif; line-height: 18px;