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

Epub generation configuration



Specific command-line and configuration properties allow to configure the way the epub generation is performed.

Command line properties

  • "fileName": the name of the Epub file to generate. The file will be generated in the output directory. Note that if the "docFile" property is defined, the "fileName" property will not be used
  • "docFile": the path of the Epub file to generate
  • "title": the title of the document. The default title is "Wiki"
  • "author": the author of the document. The default is "author"
  • "cover": the path of the cover image for the document
  • "chaptersContent": the path of the XML file defining the Document content. By default a default content will be generated

Configuration properties

The properties have the same names as for the Command line, but without the leading "-". For example: "tocLevel", "docFile", etc...

For example:
   title=My Document
   author=Jon Snow

See also


Categories: configuration | epub

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