We are considering using docx4j in a project for making docx and pdf documents from some xhtml.
I did some tests and found it to be difficult to achieve the required result. The problem I had was. I did not find any way to put elements in a two column layout (or more then two columns. Is there any place I can find documentation on which css tags are supported? I tried to use table and remove the borders, but was unable to remove borders. I also tried to use floating layout, or display: inline.
Thanks for all help