java -jar docGenerator.jar -input=wiki/input -output=wiki/output -hasTOC=false -outputType=docx
But this will work:
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -outputType=docx -hasTOC=false
treeAsList
property is set to false
, the docx generation will show tree items in boxes. By default they will be shown as lists.docxTemplate=templateCustom.docx hasTOC=false
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.