Hi, all! I am new to docx4j. I have to populate or retrieve word using field, which means there will be a template with defined fields like this:
-------------------------
<FieldBegin>
<FieldEnd>
-------------------------
1. after locating 'FieldBegin' and 'FieldEnd', I want to retrieve contents between these two fields and save as html.
2. insert html after 'FieldBegin'.
3. html may contains text, table and image.
I want to know whether docx4j can handle my situation or ...