Currently i'm using docx4j v3.2.1 and docx4j-ImportXHTML v3.2.2
Ex:
- Code: Select all
<img src="img_sample1.png" height="250" />
On these cases the images after being exported as docx extremely small. Removing the height will render them properly.
I've traced the problem to the unit conversion. Specifically to the method addImage() of XHTMLImporterImpl as it gets ...