Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

OutputType configuration property


The "outputType" property in the configuration file or the command-line allows to set the output type of the wiki.

The possible values are:
  • "html": the default value, for the wiki as an HTML site
  • "help": for generating a help content to provide a help system in any Swing or JavaFX application
  • "pdf": for generating a PDF document
  • "docx": for generating a DOCX document
  • "epub": for generating an ePub document

Example

On the command-line:
      java -jar docGenerator.jar -input=wiki/input -output=wiki/output -outputType=docx
On the configuration file:
   outputType=docx

See also


Categories: configuration

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.