Skip to content

ingomohr/docwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build License: MIT

What is this?

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)

Examples

See Examples

Requirements

  • Java 8

How to Build

💡 This will also build the JAR with all the dependencies included.

Call

mvn package

Third Party Components Used

This component uses the following further components