DocWriter is a Java API to simplify writing docx documents...
- (optionally) based on template files
- with option to replace text - also by specification through regex - on the document
- with option to append content as markdown to the document
- with option to insert and to update a table-of-contents (ToC)
See Examples
- Java 8
💡 This will also build the JAR with all the dependencies included.
Call
mvn package
This component uses the following further components
- docx4j 8.3.8, Apache 2.0
- flexmark 0.50.50 BSD 2-Clause "Simplified" License