Hi all,
I'm doing initial research for a proof of concept for a project and I'm trying to see what how mature the capabilities are in docx4j in regards to the following:
1. Parsing text in documents (i.e. in paragraphs, tables, etc.)
2. Merging different word documents
3. Creating hyperlinks (not to external URLs, but to other places in document)
4. Creating table of contents
If it is possible, are there any code samples to ...