I'm looking for all existent possibilities to convert an HTML
document to a DOCX
one.
Context :
I have some documentation that it's written and maintained in HTML (No complex thing, just simples H1
, H2
, P
, IMG
elements), and I would like to convert them into word
documents.
A Maven
plugin would be great, or something that could allow me to do this conversion during the release phase of my application.