plutext / docx4j-ImportXHTML

Converts XHTML to OpenXML WordML (docx) using docx4j
135 stars 124 forks source link

docx4j-ImportXHTML - import html table with transform directive is ignored #91

Open respenica opened 1 year ago

respenica commented 1 year ago

Hello, I have a HTML document with a table that has in the header text the below code:

<p style="transform: rotate(270deg);white-space: nowrap;"></p>

This transform directive is ignored and in the document generated the text is in the horizontal direction.

Regards

Roberto