Hi Jason,
I have an application using docx4j now, it's pulling some data from database and then store the data into a table inside a docx file. I just found out that one string I got from database is not pure text but html code, very simple html, something like "<html><body>....</body></html>". It's stored this way to keep the format I guess. My question is whether I could use docx4j convert this small part of html into docx formatted text and then put the formatted text into my previous docx table.
Looking forward to your reply. Thanks.
David Z.