Ok, hoping someone can help me out because I'm feeling brain dead. I have the need to take HTML (From a complex TextArea webform) and insert it into a docx document. I can do the following already:
1. Convert the HTML into the part, assign the part to the end of a new document using docx4j
2. I can replace the ${tags} with plain strings in a docx document
But I'm unsure of how to ...