Hello everyone
I'm new to Java and Docx4j, I have been assigned a task to parse a docx . Example of the document below:
In each document, they can be any number of Tabs and Fields and each Tab name,description must be extracted and saved to the database, as well as Field names,Field descriptions. My question is how do i parse a document like this?
The structure of the docx file:
Form name
Form description
Tab name
Tab description
Tab name
Tab description
Tab name
Tab description
Field name
Field description
Field name
Field description
Field name
Field description
Field name
Field description