HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › image not rendered in PDF › Re: Re: image not rendered in PDF
August 11, 2014 at 07:59
#29550
I specify problem:
My html code:
<table><br />
<tr><br />
<td><br />
<img src="xxx/image1.png"/><br />
</td><br />
</tr><br />
</table>
working css:
img {<br />
width: auto;<br />
height: auto;<br />
vertical-align: middle;<br />
border: 0;<br />
-ms-interpolation-mode: bicubic;<br />
}
NOT working css:
img {<br />
width: auto9;<br />
height: auto;<br />
max-width: 100%;<br />
vertical-align: middle;<br />
border: 0;<br />
-ms-interpolation-mode: bicubic;<br />
}